projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
573ca91
)
missing g_listen entry substitution fixed
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 18 Apr 2020 15:37:23 +0000
(17:37 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 18 Apr 2020 15:37:23 +0000
(17:37 +0200)
web/ticker.js
patch
|
blob
|
history
diff --git
a/web/ticker.js
b/web/ticker.js
index
f43ae90
..
b18bfa9
100644
(file)
--- 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);