PMCORE-2656

update

fix observations
This commit is contained in:
Henry Jordan
2021-01-04 19:02:26 +00:00
parent 5ee01f86de
commit 6fcfac01fc

View File

@@ -37,7 +37,13 @@ if (isset($_GET['ux'])) {
echo '} else { window.parent.location.href = \''.$pathDerivateGmail.'\'; }'; echo '} else { window.parent.location.href = \''.$pathDerivateGmail.'\'; }';
} else { } else {
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/
echo '} else { window.parent.location.href = \'casesListExtJs\'; }'; echo '} else {
if (parent.parent.postMessage) {
parent.parent.postMessage("redirect=todo","*");
} else {
window.parent.location.href = \'casesListExtJs\';
}
}';
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/
} }
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/