HOR-1002 REDIRECT causa problemas cuando se utiliza un skin personalizado

HOR-1002 not open fiel error.php

up observations
This commit is contained in:
Ronald Q
2016-05-12 15:08:10 -04:00
parent 8ba0db8926
commit 1a9f8de235
5 changed files with 198 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ PM.Sessions = (function () {
if (window.location.pathname.indexOf("login") === -1 &&
window.location.pathname.indexOf("sysLogin") === -1 &&
window.location.pathname.indexOf("authentication") === -1 &&
window.location.pathname.indexOf("/sys/") === -1 &&
this.getCookie('PM-TabPrimary') !== '101010010') {
this.isClose = (this.getLabel('mainWindowClose') === "true");
if (this.isClose && parent.parent.parent.window.name === "") {