Bypass refreshParentWindow
This hasn't worked for a while. It looks like it's the result of a fix for filter window redirecting. It's possible other things use it but this fixes event deletion without touching anything else.pull/3122/head
parent
298085ae93
commit
1bddec1548
|
@ -742,6 +742,7 @@ function getActResponse( respObj, respText ) {
|
|||
return;
|
||||
|
||||
if ( respObj.refreshParent )
|
||||
if (refreshParent == false) refreshParent = true; //Bypass filter window redirect fix.
|
||||
refreshParentWindow();
|
||||
|
||||
if ( respObj.refreshEvent )
|
||||
|
|
Loading…
Reference in New Issue