mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-25 19:26:24 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user