Skip to content
Snippets Groups Projects
Commit 98633661 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Add fix

parent f7dc83f5
No related branches found
No related tags found
No related merge requests found
...@@ -371,7 +371,7 @@ class ResultsList extends List { ...@@ -371,7 +371,7 @@ class ResultsList extends List {
this.page = event.target.value; this.page = event.target.value;
this.update(); this.update();
if (expertModeSwitchElement.checked) { if (expertModeSwitchElement.checked) {
this.expertModeOn(); // page holds new result rows, so add new tooltips this.expertModeOn("query-display"); // page holds new result rows, so add new tooltips
} }
nopaque.flash("Updated matches per page.") nopaque.flash("Updated matches per page.")
} catch (e) { } catch (e) {
......
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