mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
set refresh time to 60s, 10s was only for debugging
This commit is contained in:
parent
8afb0cf003
commit
b6774051f1
@ -13,7 +13,7 @@ function notificationwindow_init() {
|
||||
}
|
||||
|
||||
function notificationwindow_setTimeout() {
|
||||
window.setTimeout("notificationwindow_refresh();", 10000);
|
||||
window.setTimeout("notificationwindow_refresh();", 60000);
|
||||
}
|
||||
function notificationwindow_refresh() {
|
||||
xajax_doXMLHTTP("notifications.notification_popup.ajax_get_notifications");
|
||||
|
Loading…
Reference in New Issue
Block a user