mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Renamed the alert handler to egw_alertHandler
This commit is contained in:
parent
f88e1339c6
commit
7b2aedddb3
@ -24,9 +24,9 @@ function egw_json_request(_menuaction, _parameters)
|
||||
this.sender = null;
|
||||
this.callback = null;
|
||||
this.alertHandler = this.alertFunc;
|
||||
if (document.alertHandler)
|
||||
if (window.egw_alertHandler)
|
||||
{
|
||||
this.alertHandler = document.alertHandler;
|
||||
this.alertHandler = window.egw_alertHandler;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user