Monotone-Parent: 95d8923e8079c979c08c78e8ff746c5c72aad02f

Monotone-Revision: be6f53a63508a39bc22a09d7c9f9b0cd33845b11

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-05-28T16:12:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-05-28 16:12:06 +00:00
parent 71c48977b6
commit 3edb30fb31
10 changed files with 439 additions and 267 deletions

View File

@@ -1102,7 +1102,7 @@ function indexColor(number) {
function onLoadHandler(event) {
queryParameters = parseQueryParameters('' + window.location);
if (!document.body.hasClassName("popup")) {
if (!$(document.body).hasClassName("popup")) {
initLogConsole();
initCriteria();
}
@@ -1151,7 +1151,7 @@ function configureLinkBanner() {
}
}
Event.observe(window, "load", onLoadHandler, false);
addEvent(window, 'DOMContentLoaded', onLoadHandler);
/* stubs */
function configureDragHandles() {