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
|
//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") {
|
||||||
if ($isIE && !isset($_SESSION['__OUTLOOK_CONNECTOR__'])) {
|
|
||||||
$script = "<script type='text/javascript'>
|
$script = "<script type='text/javascript'>
|
||||||
try {
|
try {
|
||||||
if(top.opener) {
|
if(top.opener) {
|
||||||
|
|||||||
Reference in New Issue
Block a user