missing g_listen entry substitution fixed
[brisk.git] / web / ticker.js
index f43ae90..b18bfa9 100644 (file)
@@ -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);