From: Matteo Nastasi <nastasi@alternativeoutput.it>
Date: Sat, 18 Apr 2020 06:24:43 +0000 (+0200)
Subject: dev commit
X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=6b4ef168170e40c7580678dcd73fd81b5e95b2e0;p=brisk.git

dev commit
---

diff --git a/web/prefs.js b/web/prefs.js
index a446040..263970c 100644
--- a/web/prefs.js
+++ b/web/prefs.js
@@ -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();