Update app/assets/javascripts/discourse/controllers/full-page-search.js.es6

Co-Authored-By: venarius <tim.lange@online.de>
This commit is contained in:
Robin Ward 2019-03-11 16:26:32 +01:00
parent 5f00624814
commit da7406e567
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ export default Ember.Controller.extend({
return;
}
var args = { q: searchTerm, page: this.get("page") };
let args = { q: searchTerm, page: this.get("page") };
this.set("searching", true);
this.set("loading", true);