mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 19:41:45 +02:00
little re-design of notifications: cleaned up relation between main class and backends. main class is responsible for notification routing. backends are responsible for sending one message to one user. relocated ajax functions to a separate file.
This commit is contained in:
@ -18,7 +18,7 @@ function notificationwindow_setTimeout() {
|
||||
window.setTimeout("notificationwindow_refresh();", 60000);
|
||||
}
|
||||
function notificationwindow_refresh() {
|
||||
xajax_doXMLHTTP("notifications.notification_popup.ajax_get_notifications");
|
||||
xajax_doXMLHTTP("notifications.ajaxnotifications.get_popup_notifications");
|
||||
notificationwindow_setTimeout();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user