From c11f56767f88cbe64c91cf6c566d52d337b27d82 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sat, 18 Apr 2020 17:37:23 +0200 Subject: [PATCH] missing g_listen entry substitution fixed --- web/ticker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ticker.js b/web/ticker.js index f43ae90..b18bfa9 100644 --- a/web/ticker.js +++ b/web/ticker.js @@ -345,7 +345,7 @@ function wagon(anc, table, title) { addEvent(this.box, "click", function() { this.anc.cb_click(); } ); - if (g_listen & l_list_isol && table >= g_tables_auth_n) { + if (g_prefs.listen & l_list_isol && table >= g_tables_auth_n) { this.box.style.visibility = "hidden"; } this.anc.box.appendChild(box); -- 2.17.1