Skip to content
Snippets Groups Projects
Commit a199c58a authored by Henrik Askjer's avatar Henrik Askjer
Browse files

fix suggest loading

parent db1482bc
No related branches found
No related tags found
No related merge requests found
...@@ -141,6 +141,7 @@ ...@@ -141,6 +141,7 @@
this.suggesting = true this.suggesting = true
if (!/[_*%|]/.test(q)) { if (!/[_*%|]/.test(q)) {
this.loading = true
let self = this let self = this
let params = {q, dict: self.get_lang(), n: 6, dform: 'int', meta: 'n', scope: "wb"} let params = {q, dict: self.get_lang(), n: 6, dform: 'int', meta: 'n', scope: "wb"}
self.api.get('suggest?', {params}) self.api.get('suggest?', {params})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment