forked from extern/egroupware
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 {
|
try {
|
||||||
egw(window).message;
|
if (typeof egw == 'function') egw(window).message;
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
console.log('Security exception accessing window specific egw object --> creating new one', e);
|
console.log('Security exception accessing window specific egw object --> creating new one', e);
|
||||||
|
Loading…
Reference in New Issue
Block a user