mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
fix (caught) TypeError: egw is not a function when initialising egw object
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user