diff --git a/app/static/js/nopaque.lists.js b/app/static/js/nopaque.lists.js
index a9fc560c4c097fa18d645e15ac8880dfcfcb8973..219d70aa54fe3d47fc04f1aa833cbfcd1ff9e003 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) {