Remove unused code from event
This commit is contained in:
parent
725814d41d
commit
9d1bbfab42
|
@ -812,10 +812,6 @@ function getActResponse( respObj, respText ) {
|
||||||
if ( checkStreamForErrors( "getActResponse", respObj ) )
|
if ( checkStreamForErrors( "getActResponse", respObj ) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if ( respObj.refreshParent )
|
|
||||||
if (refreshParent == false) refreshParent = true; //Bypass filter window redirect fix.
|
|
||||||
refreshParentWindow();
|
|
||||||
|
|
||||||
if ( respObj.refreshEvent )
|
if ( respObj.refreshEvent )
|
||||||
eventQuery( eventData.Id );
|
eventQuery( eventData.Id );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue