PMCORE-1132: [19520] Simpified UX doesn't redirect to inbox in IE after submitting a case
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user