mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Fix passing wrong context to egw.refresh
This commit is contained in:
parent
0eb5418103
commit
e59e843707
@ -172,7 +172,7 @@
|
|||||||
if (refresh_opener && window.opener)
|
if (refresh_opener && window.opener)
|
||||||
{
|
{
|
||||||
refresh_opener = JSON.parse(refresh_opener) || {};
|
refresh_opener = JSON.parse(refresh_opener) || {};
|
||||||
window.opener.egw(window.opener).refresh.apply(window.opener, refresh_opener);
|
window.opener.egw(window.opener).refresh.apply(egw(window.opener), refresh_opener);
|
||||||
}
|
}
|
||||||
|
|
||||||
// close window / call window.close(), if data-window-close is specified
|
// close window / call window.close(), if data-window-close is specified
|
||||||
|
Loading…
Reference in New Issue
Block a user