isolation tables management fixed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 29 Sep 2016 05:20:15 +0000 (07:20 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 29 Sep 2016 05:20:15 +0000 (07:20 +0200)
web/prefs.js

index 1bee269..e2c32ba 100644 (file)
@@ -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' : '');
             }