diff --git a/zsite/static/js/snippets.js b/zsite/static/js/snippets.js index 38f729a..4ee1fd2 100644 --- a/zsite/static/js/snippets.js +++ b/zsite/static/js/snippets.js @@ -25,7 +25,7 @@ GetAdj = function(number, one, two) { setCookie = function(key, value) { var expires = new Date(); expires.setTime(expires.getTime() + (1 * 24 * 60 * 60 * 1000)); - document.cookie = key + '=' + value + ';expires=' + expires.toUTCString(); + document.cookie = key + '=' + value + ';expires=' + expires.toUTCString() + ';path=/'; }; $(function() {