mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 20:05:08 +00:00
Monotone-Parent: 23d43e89ea5144597dd91682802c352295f3a8f5
Monotone-Revision: 1cb455e5ec2a7e5fe584f0aabe21cd236f2e01d8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-22T15:19:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1076,11 +1076,11 @@ function indexColor(number) {
|
||||
|
||||
var onLoadHandler = function (event) {
|
||||
queryParameters = parseQueryParameters('' + window.location);
|
||||
if (!$(document.body).hasClassName("popup")) {
|
||||
if (!document.body.hasClassName("popup")) {
|
||||
initLogConsole();
|
||||
initializeMenus();
|
||||
initCriteria();
|
||||
}
|
||||
initializeMenus();
|
||||
initTabs();
|
||||
configureDragHandles();
|
||||
configureSortableTableHeaders();
|
||||
|
||||
Reference in New Issue
Block a user