projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18d77e9
)
Close color picker when going forward in the calendar wizard.
author
Jan Schneider
<jan@horde.org>
Fri, 16 Apr 2010 15:42:53 +0000
(17:42 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 16 Apr 2010 15:42:53 +0000
(17:42 +0200)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
84a328a
..
4c809e2
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-3001,6
+3001,9
@@
KronolithCore = {
}
$('kronolithCalendar' + type + i).hide();
$('kronolithCalendar' + type + ++i).show();
+ if (this.colorPicker) {
+ this.colorPicker.hide();
+ }
},
/**