Monotone-Parent: 7a41e9cfb146659d0f2177efca2b6e9bccc71dbc

Monotone-Revision: d2bec7005b1132e0cdbaba9d59a590f4f9b95b6b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-28T13:41:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-08-28 13:41:47 +00:00
parent c654755f16
commit 70f4adbbf4
3 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,6 @@ function initUserFoldersWindow() {
searchValue.observe("keydown", onFolderSearchKeyDown);
var addButton = $("addButton");
addButton.observe("click", onConfirmFolderSelection);
addButton.disabled = true;
searchValue.focus();
}