X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Fticker.js;fp=web%2Fticker.js;h=b18bfa94c786c0ec5020bba3c0052d1b8b6e7918;hp=f43ae90aa3dfb0690fb2db5ba6b872eaab83e785;hb=c11f56767f88cbe64c91cf6c566d52d337b27d82;hpb=573ca91677772ae241af3ee5385b26b36618db67 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);