X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fprefs.js;h=cb5adf1b71874f20b2c5c2aff0f751d4626fae50;hb=d164503a6bb32c51354cc5ea4b82d74ad3783c69;hp=e5945343a0f7206a53dfb54a9bb17bd340d19c9f;hpb=ef1ae0937b0eaeb436c5bc7fdb69ffdace945369;p=brisk.git diff --git a/web/prefs.js b/web/prefs.js index e594534..cb5adf1 100644 --- a/web/prefs.js +++ b/web/prefs.js @@ -35,6 +35,8 @@ function prefs_apply(prefs_new, is_update, is_volat) var i; var relo = false; + console.log('prefs_apply: begin'); + if (typeof(g_prefs) == 'undefined') return false; /* listen management */ @@ -81,7 +83,11 @@ function prefs_apply(prefs_new, is_update, is_volat) if (true) { // ricalculation of standup area + g_prefs.listen = prefs_new.listen; + + console.log('here we are'); if (standup_data_old != null) { + console.log('here we are2'); standup_data = standup_data_old; standup_data_old = null; j_stand_cont(standup_data);