projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3bffc7
)
dev commit
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 19:14:21 +0000
(21:14 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 19:14:21 +0000
(21:14 +0200)
web/prefs.js
patch
|
blob
|
history
diff --git
a/web/prefs.js
b/web/prefs.js
index
c131cab
..
54d328d
100644
(file)
--- a/
web/prefs.js
+++ b/
web/prefs.js
@@
-82,7
+82,10
@@
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);