From 191fb856fe2a54094545058fb25e822038798e52 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 16 Apr 2010 17:42:53 +0200 Subject: [PATCH] Close color picker when going forward in the calendar wizard. --- kronolith/js/kronolith.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 84a328a87..4c809e2d8 100644 --- 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(); + } }, /** -- 2.11.0