diff --git a/app/static/js/nopaque.lists.js b/app/static/js/nopaque.lists.js index a9fc560c..219d70aa 100644 --- a/app/static/js/nopaque.lists.js +++ b/app/static/js/nopaque.lists.js @@ -371,7 +371,7 @@ class ResultsList extends List { this.page = event.target.value; this.update(); 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.") } catch (e) {