mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix (caught) TypeError: egw is not a function when initialising egw object
This commit is contained in:
parent
061d571fd2
commit
e0920467ea
@ -130,7 +130,7 @@
|
||||
}
|
||||
}
|
||||
try {
|
||||
egw(window).message;
|
||||
if (typeof egw == 'function') egw(window).message;
|
||||
}
|
||||
catch (e) {
|
||||
console.log('Security exception accessing window specific egw object --> creating new one', e);
|
||||
|
Loading…
Reference in New Issue
Block a user