mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Removed reference to FastInit.js
Monotone-Parent: 244f630f9b5b56de06c1348c5371d785e2f3d3a3 Monotone-Revision: 3a4ed372ee2495e9c893842ebe71384ea3ebcd65 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-03-12T21:09:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -997,7 +997,7 @@ function onWindowResize(event) {
|
||||
}
|
||||
|
||||
function initContacts(event) {
|
||||
if (document.body.hasClassName("popup"))
|
||||
if ($(document.body).hasClassName("popup"))
|
||||
configureSelectionButtons();
|
||||
configureAbToolbar();
|
||||
configureAddressBooks();
|
||||
@@ -1013,12 +1013,12 @@ function initContacts(event) {
|
||||
TableKit.Resizable.init(table, {'trueResize' : true, 'keepWidth' : true});
|
||||
}
|
||||
|
||||
onWindowResize.defer();
|
||||
Event.observe(window, "resize", onWindowResize);
|
||||
onWindowResize(null);
|
||||
|
||||
// Default sort options
|
||||
sorting["attribute"] = "c_cn";
|
||||
sorting["ascending"] = true;
|
||||
}
|
||||
|
||||
FastInit.addOnLoad(initContacts);
|
||||
document.observe("dom:loaded", initContacts);
|
||||
|
||||
Reference in New Issue
Block a user