Close color picker when going forward in the calendar wizard.
authorJan Schneider <jan@horde.org>
Fri, 16 Apr 2010 15:42:53 +0000 (17:42 +0200)
committerJan Schneider <jan@horde.org>
Fri, 16 Apr 2010 15:42:53 +0000 (17:42 +0200)
kronolith/js/kronolith.js

index 84a328a..4c809e2 100644 (file)
@@ -3001,6 +3001,9 @@ KronolithCore = {
         }
         $('kronolithCalendar' + type + i).hide();
         $('kronolithCalendar' + type + ++i).show();
+        if (this.colorPicker) {
+            this.colorPicker.hide();
+        }
     },
 
     /**