mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -06:00
Update app/assets/javascripts/discourse/controllers/full-page-search.js.es6
Co-Authored-By: venarius <tim.lange@online.de>
This commit is contained in:
parent
5f00624814
commit
da7406e567
@ -216,7 +216,7 @@ export default Ember.Controller.extend({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var args = { q: searchTerm, page: this.get("page") };
|
let args = { q: searchTerm, page: this.get("page") };
|
||||||
|
|
||||||
this.set("searching", true);
|
this.set("searching", true);
|
||||||
this.set("loading", true);
|
this.set("loading", true);
|
||||||
|
Loading…
Reference in New Issue
Block a user