From: Jan Schneider Date: Fri, 16 Apr 2010 15:42:53 +0000 (+0200) Subject: Close color picker when going forward in the calendar wizard. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=191fb856fe2a54094545058fb25e822038798e52;p=horde.git Close color picker when going forward in the calendar wizard. --- 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(); + } }, /**