mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Monotone-Parent: c95c2d363227ea99e8abcda3beacfc071053d30b
Monotone-Revision: cac720ccc4cdf4de23aa3a87fa473d110909ddbc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-30T16:05:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -296,8 +296,9 @@ function onStatusListChange(event) {
|
||||
|
||||
function initializeStatusLine() {
|
||||
var statusList = $("statusList");
|
||||
if (statusList)
|
||||
statusList.observe("mouseup", onStatusListChange, false);
|
||||
if (statusList) {
|
||||
statusList.observe("change", onStatusListChange);
|
||||
}
|
||||
}
|
||||
|
||||
function onTaskEditorLoad() {
|
||||
|
||||
Reference in New Issue
Block a user