From 9e441c6c114bfec934749dab21285c1881db9126 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 5 Jan 2010 10:23:06 +0000 Subject: [PATCH] Keep backward stuff for the two remaining layermenu plugins git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15048 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/include/events.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gosa-core/html/include/events.js b/gosa-core/html/include/events.js index 9c7910d9a..612f262a3 100644 --- a/gosa-core/html/include/events.js +++ b/gosa-core/html/include/events.js @@ -10,6 +10,9 @@ function OnKeyPress() function OnLoad() { adjust(); + if(document['loadHandler']) { + loadHandler(); + } } function OnResize() -- 2.30.2