* code bug #3568.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
pathName = location.pathname;
|
||||
pathName = pathName.substring(0, pathName.lastIndexOf ('/') + 1);
|
||||
|
||||
document.cookie = "lang=" + lang + "; path=" + pathName + "; HttpOnly;";
|
||||
document.cookie = "lang=" + lang + "; path=" + pathName + ";";
|
||||
location.href = window.location.protocol + "//" + window.location.host + pathName;
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user