mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 10:28:31 +02:00
Fix egw message in login page is not removable
This commit is contained in:
@ -452,6 +452,8 @@ window.app = {classes: {}};
|
||||
//
|
||||
window.egw_LAB.wait = window.egw_ready.then;
|
||||
|
||||
// dispatch egw-is-created event in order to let login.js knows about egw object readiness
|
||||
document.dispatchEvent(new Event('egw-is-created'));
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user