PHRAS-262 #fix remove postlog feature for guest access

This commit is contained in:
Nicolas Le Goff
2014-10-08 20:18:49 +02:00
parent c29b971f64
commit 26617ba5cc
4 changed files with 8 additions and 57 deletions

View File

@@ -93,18 +93,6 @@ $(document).ready(function () {
});
function login(what) {
if (confirm(language.confirmRedirectAuth)) {
if (what != undefined) {
EcrireCookie('last_act', what, null, '/');
}
self.location.replace('/login/?postlog=1');
}
return false;
}
function EcrireCookie(nom, valeur) {
var argv = EcrireCookie.arguments;
var argc = EcrireCookie.arguments.length;