projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757484a
)
update isolation tables filter
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 07:18:11 +0000
(09:18 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 07:18:11 +0000
(09:18 +0200)
web/prefs.js
patch
|
blob
|
history
diff --git
a/web/prefs.js
b/web/prefs.js
index
87d84c8
..
69eb9a8
100644
(file)
--- a/
web/prefs.js
+++ b/
web/prefs.js
@@
-217,7
+217,7
@@
function list_set(what, is_update, info)
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 = (what == 'isolation' ? 'none' : '');