From 986336618bed3176f61a2d037225c9b1f44812db Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Mon, 20 Apr 2020 13:55:11 +0200 Subject: [PATCH] Add fix --- app/static/js/nopaque.lists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {