update isolation tables filter [2]
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 07:20:15 +0000 (09:20 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 07:20:15 +0000 (09:20 +0200)
web/prefs.js

index 69eb9a8..16e0162 100644 (file)
@@ -65,7 +65,7 @@ function prefs_apply(prefs_new, is_update, is_volat)
     }
 
     if (relo || !is_update) {
-        for (i = g_tables_auth_n ; i < g_tables_n ; i++) {
+        for (i = g_tables_appr_n ; i < g_tables_n ; i++) {
             if (i % 4 == 0) {
                 $('tr_noauth'+i).style.display = (prefs_new.listen == l_list_isol ? 'none' : '');
             }