projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0aa4a
)
isolation tables management fixed
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Thu, 29 Sep 2016 05:20:15 +0000
(07:20 +0200)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Thu, 29 Sep 2016 05:20:15 +0000
(07:20 +0200)
web/prefs.js
patch
|
blob
|
history
diff --git
a/web/prefs.js
b/web/prefs.js
index
1bee269
..
e2c32ba
100644
(file)
--- a/
web/prefs.js
+++ b/
web/prefs.js
@@
-87,7
+87,7
@@
Prefsn.listen_change_cb = function(field)
if (g_prefsn.data == null || g_prefsn.data.listen != field.value) {
$('list_info').innerHTML = mlang_prefsn['tit_list'][field.value][g_lang];
console.log('update listen');
- for (i = g_tables_auth_n ; i < g_tables_n ; i++) {
+ for (i = g_tables_
cert_n + g_tables_
auth_n ; i < g_tables_n ; i++) {
if (i % 4 == 0) {
$('tr_noauth'+i).style.display = (field.value == l_list_isol ? 'none' : '');
}