mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-09 23:38:50 +00:00
Removed FastInit calls.
Monotone-Parent: 3c74d621d8110f52b18ed95d4bf50e0907f79a61 Monotone-Revision: 2fdf9c7c3cca2249faeca9435b89977dc14d16e8 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-03-06T21:12:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -2128,7 +2128,7 @@ function getMenus() {
|
||||
return menus;
|
||||
}
|
||||
|
||||
FastInit.addOnLoad(initMailer);
|
||||
document.observe("dom:loaded", initMailer);
|
||||
|
||||
function Mailbox(type, name, unseen) {
|
||||
this.type = type;
|
||||
|
||||
@@ -1552,4 +1552,4 @@ function onHeaderClick(event) {
|
||||
window.alert("generic headerClick");
|
||||
}
|
||||
|
||||
FastInit.addOnLoad(onLoadHandler);
|
||||
document.observe("dom:loaded", onLoadHandler);
|
||||
|
||||
Reference in New Issue
Block a user