From 1f1a5ca9eb22723b8b4b3c0b47ab9ed861abd59f Mon Sep 17 00:00:00 2001 From: oesi Date: Fri, 17 Apr 2015 08:33:11 +0200 Subject: [PATCH] Fehler behoben bei dem das Tempus nicht mehr startet wenn Seamonkey 1.1.18 verwendet wird --- content/tempus.js.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/tempus.js.php b/content/tempus.js.php index ed27b118b..1dba4fe5b 100644 --- a/content/tempus.js.php +++ b/content/tempus.js.php @@ -90,11 +90,12 @@ function onLoad() //wenn zb ein IFrame geladen wird onLoad=function() {return false}; + if(document.getElementById('statusbarpanel-ignore_kollision')) { // Anzeige von DBTable und Ignorekoll. aktualisieren - updateignorekollision(); - updatedbstpltable(); + window.setTimeout(updateignorekollision,20); + window.setTimeout(updatedbstpltable,20); } //Notizen des Users laden