No need to save a cookie anymore

Cookie was only use for page redirection (removed in last commit)
This commit is contained in:
Emmanuel Pelletier
2014-04-05 11:18:41 +02:00
parent f9ca04ebce
commit 274c70728a

View File

@@ -79,11 +79,6 @@ $(document).ready(function() {
$("#source").html(footer);
document.title = NAME;
document.cookie = 'u=' + NAME + '; expires=Thu, 2 Aug 2021 20:47:11 UTC; path=/';
$("#home").click(function() {
document.cookie = 'u=' + NAME + '; expires=Thu, 2 Aug 2001 20:47:11 UTC; path=/';
});
});
$(window).bind('hashchange', function() {