- 1
- 2
- 3
- 4
- 5
- 6
$("form").one("ajaxSuccess", function(e){
getCookie();
});
if (window.location == "http://pgsha.ru/web/system/login") //Бубен
window.location = "http://pgsha.ru/web/system/login/";
getOrgUnits();
location.href = location.href;
function checkSlash(sValue) {
var sSlash = "/";
if (sValue.substr(sValue.length - 1, 1) == sSep) {
sSlash = "";
}
return ("" + sValue + sSlash );
}
sNull = "";