Safari history back #2
|
@ -173,6 +173,6 @@ function cerrar(){
|
||||||
$(".loading").fadeIn(200);
|
$(".loading").fadeIn(200);
|
||||||
localStorage.removeItem("userData");
|
localStorage.removeItem("userData");
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
window.history.back();
|
window.location='index.html';
|
||||||
}, 200);
|
}, 200);
|
||||||
}
|
}
|
Loading…
Reference in New Issue