Safari history back #2

Merged
carlosap merged 2 commits from test into master 2021-10-26 09:32:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 66eca925d3 - Show all commits

View File

@ -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);
} }