mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 10:28:31 +02:00
renamed ajax class to fit autoloading scheme
This commit is contained in:
@ -18,7 +18,7 @@ function egwpopup_setTimeout() {
|
||||
window.setTimeout("egwpopup_refresh();", 60000);
|
||||
}
|
||||
function egwpopup_refresh() {
|
||||
xajax_doXMLHTTP("notifications.ajaxnotifications.get_notifications");
|
||||
xajax_doXMLHTTP("notifications.notifications_ajax.get_notifications");
|
||||
egwpopup_setTimeout();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user