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:
Wolfgang Sourdeau
2009-11-06 13:53:52 +00:00
parent bd2a008d2d
commit 61dbbabc0f
2 changed files with 10 additions and 1 deletions

View File

@@ -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) {