From ea5262a0df3d6f8ed6c1d26f272982c9ee6cbf8e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 26 Sep 2017 13:02:11 +0200 Subject: get rid of spinner.js in use a lightweight css spinner instead --- library/jquery_ac/friendica.complete.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library') diff --git a/library/jquery_ac/friendica.complete.js b/library/jquery_ac/friendica.complete.js index 73a6e91d5..3012a754b 100644 --- a/library/jquery_ac/friendica.complete.js +++ b/library/jquery_ac/friendica.complete.js @@ -243,7 +243,7 @@ } else if (!this.isBadQuery(q)) { me = this; me.options.params.query = q; - $('#nav-search-spinner').spin('tiny'); + $('#nav-search-spinner').show(); $.get(this.serviceUrl, me.options.params, function(txt) { me.processResponse(txt); }, 'text'); } }, @@ -306,7 +306,7 @@ this.data = response.data; this.suggest(); } - $('#nav-search-spinner').spin(false); + $('#nav-search-spinner').hide(); }, activate: function(index) { -- cgit v1.2.3