From: Matteo Nastasi Date: Sat, 18 Apr 2020 06:52:51 +0000 (+0200) Subject: dev commit X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=fd514010a59ea4d468d4001976161fb607ba8faa dev commit --- diff --git a/web/prefs.js b/web/prefs.js index d5db3cd..4bd4ac7 100644 --- a/web/prefs.js +++ b/web/prefs.js @@ -84,7 +84,7 @@ function prefs_apply(prefs_new, is_update, is_volat) if (typeof(prefs) != "undefined") { if (prefs.listen != l_list_isol && prefs_new.listen == l_list_isol) { - if (standup_data_old != null) { + if (standup_data != null) { standup_data_notisol = standup_data.slice(); } }