Tons of little fixes
This commit is contained in:
@@ -248,7 +248,11 @@
|
||||
} else if (!this.isBadQuery(q)) {
|
||||
me = this;
|
||||
me.options.params.query = q;
|
||||
$.get(this.serviceUrl, me.options.params, function(txt) { me.processResponse(txt); }, 'text');
|
||||
$('#artist-load-spinner').show()
|
||||
$.get(this.serviceUrl, me.options.params, function(txt) {
|
||||
me.processResponse(txt);
|
||||
$('#artist-load-spinner').hide();
|
||||
}, 'text');
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user