"fixed Notification OK-Button under IE7 and firefox"

This commit is contained in:
Stefan Becker 2008-06-04 13:01:19 +00:00
parent ea6f443858
commit 4144775ef1

View File

@ -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";