mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
"fixed Notification OK-Button under IE7 and firefox"
This commit is contained in:
parent
ea6f443858
commit
4144775ef1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user