projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddfcefb
)
dev commit
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 18 Apr 2020 06:51:57 +0000
(08:51 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 18 Apr 2020 06:51:57 +0000
(08:51 +0200)
web/prefs.js
patch
|
blob
|
history
diff --git
a/web/prefs.js
b/web/prefs.js
index
06f8d94
..
d5db3cd
100644
(file)
--- a/
web/prefs.js
+++ b/
web/prefs.js
@@
-85,7
+85,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) {
- standup_data_notisol = standup_data
_old
.slice();
+ standup_data_notisol = standup_data.slice();
}
}
else if (prefs.listen == l_list_isol && prefs_new.listen != l_list_isol) {