]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
dev commit
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sat, 18 Apr 2020 06:24:43 +0000 (08:24 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sat, 18 Apr 2020 06:24:43 +0000 (08:24 +0200)
web/prefs.js

index a446040f87b59fae491711029c09e060881f3050..263970ca4d0fb7d130a0b79b40d9071203947c8d 100644 (file)
@@ -82,7 +82,7 @@ function prefs_apply(prefs_new, is_update, is_volat)
             tra.show_noauth();
         }
 
-        if (prefs == undefined) {
+        if (prefs != undefined) {
             if (prefs.listen != l_list_isol && prefs_new.listen == l_list_isol) {
                 if (standup_data_old != null) {
                     standup_data_notisol = standup_data_old.slice();