From 4144775ef15b4dafa043bc36f6f6a8fc213ab4d8 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Wed, 4 Jun 2008 13:01:19 +0000 Subject: [PATCH] "fixed Notification OK-Button under IE7 and firefox" --- notifications/js/notificationajaxpopup.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notifications/js/notificationajaxpopup.js b/notifications/js/notificationajaxpopup.js index 1b4b272331..a5129961c8 100644 --- a/notifications/js/notificationajaxpopup.js +++ b/notifications/js/notificationajaxpopup.js @@ -27,6 +27,8 @@ function notificationwindow_display() { var notificationwindow_message; var Browserwidth; var Browserheight; + var notificationwindow_ok_button; + notificationwindow_ok_button = document.getElementById("notificationwindow_ok_button"); notificationwindow = document.getElementById("notificationwindow"); notificationwindow_message = document.getElementById("notificationwindow_message"); notificationwindow.style.display = "inline";