AUTH#1318 - Retour button remove icon

This commit is contained in:
slothy 2015-09-11 13:32:57 +02:00
parent 26d44cdad1
commit 9a703e2083
1 changed files with 2 additions and 2 deletions

View File

@ -81,10 +81,10 @@
if (parsed_referrer.hostname.includes("lesechos")) {
document.location = parsed_referrer.origin;
} else {
document.location = "http://www.lesechos-solutions.fr";
document.location.href = "http://www.lesechos-solutions.fr";
}
} catch(err) {
document.location = "http://www.lesechos-solutions.fr";
document.location.href = "http://www.lesechos-solutions.fr";
}
}
</script>