mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 03:55:26 +00:00
Monotone-Parent: 259a8cd49810c03a654aae9e2c3bd73c56bcca76
Monotone-Revision: 8254402a4abe03e0c8531b7037c7ea6cdd4e24d3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-16T13:32:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2010-02-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/SchedulerUI.js (onMenuCurrentView): we
|
||||
hide the "eventDialog" when the menu pops up.
|
||||
|
||||
* UI/WebServerResources/UIxColorPicker.js (onChooseColor): the
|
||||
colour window is now closed once the user has made his choice.
|
||||
|
||||
|
||||
@@ -2072,6 +2072,7 @@ function onMenuSharing(event) {
|
||||
}
|
||||
|
||||
function onMenuCurrentView(event) {
|
||||
$("eventDialog").hide();
|
||||
popupMenu(event, 'currentViewMenu', this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user