projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a78c087
)
update isolation tables filter [2]
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 07:20:15 +0000
(09:20 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 07:20:15 +0000
(09:20 +0200)
web/prefs.js
patch
|
blob
|
history
diff --git
a/web/prefs.js
b/web/prefs.js
index
69eb9a8
..
16e0162
100644
(file)
--- a/
web/prefs.js
+++ b/
web/prefs.js
@@
-65,7
+65,7
@@
function prefs_apply(prefs_new, is_update, is_volat)
}
if (relo || !is_update) {
- for (i = g_tables_a
uth
_n ; i < g_tables_n ; i++) {
+ for (i = g_tables_a
ppr
_n ; i < g_tables_n ; i++) {
if (i % 4 == 0) {
$('tr_noauth'+i).style.display = (prefs_new.listen == l_list_isol ? 'none' : '');
}