Make cookie settings site-wide
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@541 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
This commit is contained in:
parent
0f76324787
commit
5bcea58a69
File diff suppressed because one or more lines are too long
|
@ -949,7 +949,7 @@ MathJax.HTML = {
|
|||
var time = new Date(); time.setDate(time.getDate() + this.expires);
|
||||
cookie += '; expires='+time.toGMTString();
|
||||
}
|
||||
document.cookie = cookie;
|
||||
document.cookie = cookie+"; path=/";
|
||||
},
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user