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

fix pagination bug

parent 3317e2ca
No related branches found
No related tags found
No related merge requests found
...@@ -190,6 +190,7 @@ function load_articles(self, query, offset, n, dict) { ...@@ -190,6 +190,7 @@ function load_articles(self, query, offset, n, dict) {
function navigate_to_query(self, word) { function navigate_to_query(self, word) {
self.error = null self.error = null
self.page = 1
self.no_results = null self.no_results = null
self.waiting_for_articles = true self.waiting_for_articles = true
if (!self.event) { if (!self.event) {
......
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