mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Monotone-Parent: 06841c566e6f8405c285c88598c2e3a84713a9b8
Monotone-Revision: f7b66710e99ba7d1d9435fc3b1cd24eebb3b6bc6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-06T13:53:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-11-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxPreferences.js (_setupEvents): we check
|
||||
whether "categoriesValue" resolves properly before assigning it
|
||||
a new value.
|
||||
|
||||
2009-11-05 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/ContactsUI.js (getMenus): activated the
|
||||
|
||||
@@ -60,7 +60,10 @@ function _setupEvents(enable) {
|
||||
|
||||
$("replyPlacementList").observe ("change", onReplyPlacementListChange);
|
||||
$("composeMessagesType").observe ("change", onComposeMessagesTypeChange);
|
||||
$("categoriesValue").value = "";
|
||||
|
||||
var categoriesValue = $("categoriesValue");
|
||||
if (categoriesValue)
|
||||
categoriesValue.value = "";
|
||||
}
|
||||
|
||||
function onChoiceChanged(event) {
|
||||
|
||||
Reference in New Issue
Block a user