mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-22 15:13:18 +00:00
See Changelog
Monotone-Parent: b7e9891a078226bf2611b1f6b38c2ef5495ef405 Monotone-Revision: 9581875f8ebe918c0b36b403e179aa8ee5bbdbc3 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-03-10T21:15:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -296,8 +296,10 @@ function initEditorForm() {
|
||||
}
|
||||
|
||||
var emptyCategory = $("emptyCategory");
|
||||
emptyCategory.tabIndex = 10000;
|
||||
emptyCategory.observe("click", onEmptyCategoryClick);
|
||||
}
|
||||
if (emptyCategory) {
|
||||
emptyCategory.tabIndex = 10000;
|
||||
emptyCategory.observe("click", onEmptyCategoryClick);
|
||||
}
|
||||
}
|
||||
|
||||
document.observe("dom:loaded", initEditorForm);
|
||||
|
||||
Reference in New Issue
Block a user