distributed directory search from the navbar
This commit is contained in:
@@ -242,6 +242,7 @@
|
||||
} else if (!this.isBadQuery(q)) {
|
||||
me = this;
|
||||
me.options.params.query = q;
|
||||
$('#nav-search-spinner').show();
|
||||
$.get(this.serviceUrl, me.options.params, function(txt) { me.processResponse(txt); }, 'text');
|
||||
}
|
||||
},
|
||||
@@ -304,6 +305,7 @@
|
||||
this.data = response.data;
|
||||
this.suggest();
|
||||
}
|
||||
$('#nav-search-spinner').hide();
|
||||
},
|
||||
|
||||
activate: function(index) {
|
||||
|
Reference in New Issue
Block a user