X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fprefs.js;h=314c90eba633f63ae0b6fce93cd885be8ca13a37;hb=refs%2Fheads%2Fpost-bold;hp=4bd4ac778bf899143de8bb9fabdd333f782eca38;hpb=fd514010a59ea4d468d4001976161fb607ba8faa;p=brisk.git diff --git a/web/prefs.js b/web/prefs.js index 4bd4ac7..314c90e 100644 --- a/web/prefs.js +++ b/web/prefs.js @@ -84,8 +84,8 @@ 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 != null) { - standup_data_notisol = standup_data.slice(); + if (standup_data_old != null) { + standup_data_notisol = standup_data_old.slice(); } } else if (prefs.listen == l_list_isol && prefs_new.listen != l_list_isol) { @@ -96,7 +96,7 @@ function prefs_apply(prefs_new, is_update, is_volat) } } - if (true) { + if (g_prefs.listen != prefs_new.listen) { // ricalculation of standup area g_prefs.listen = prefs_new.listen;