PMCORE-1132: [19520] Simpified UX doesn't redirect to inbox in IE after submitting a case

This commit is contained in:
Rodrigo Quelca
2020-02-04 15:09:07 -04:00
parent 8ce5c26d38
commit 3c29176f68

View File

@@ -311,9 +311,8 @@ try {
}
}
//close tab only if IE11
if ($isIE && !isset($_SESSION['__OUTLOOK_CONNECTOR__'])) {
//close tab only if IE11 add a validation was added if the current skin is uxs
if ($isIE && !isset($_SESSION['__OUTLOOK_CONNECTOR__']) && SYS_SKIN !== "uxs") {
$script = "<script type='text/javascript'>
try {
if(top.opener) {