aboutsummaryrefslogtreecommitdiffstats
path: root/library/jquery_ac
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-19 00:43:05 -0800
committerfriendica <info@friendica.com>2013-01-19 00:43:05 -0800
commit9725dcf41dce7b03828a29b7f6def11ef120a88f (patch)
tree34a697e6dc276bde2fbc18540f7d64af26bc00c6 /library/jquery_ac
parent33b6d916611f6b9ec214fff38f60df128fbc940a (diff)
downloadvolse-hubzilla-9725dcf41dce7b03828a29b7f6def11ef120a88f.tar.gz
volse-hubzilla-9725dcf41dce7b03828a29b7f6def11ef120a88f.tar.bz2
volse-hubzilla-9725dcf41dce7b03828a29b7f6def11ef120a88f.zip
distributed directory search from the navbar
Diffstat (limited to 'library/jquery_ac')
-rw-r--r--library/jquery_ac/friendica.complete.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/jquery_ac/friendica.complete.js b/library/jquery_ac/friendica.complete.js
index 4599c7bc1..c8a28c0a7 100644
--- a/library/jquery_ac/friendica.complete.js
+++ b/library/jquery_ac/friendica.complete.js
@@ -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) {