www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3c013beba467a370d80e740570c95636c9894c4d
parent c96f32f607595a922458e5a029b44e1e8cc6412b
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 19 Apr 2013 08:53:58 -0400

Merge branch 'issue374' into develop

Resolves issue #374.

Diffstat:
Munpacked/MathJax.js | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js @@ -1,5 +1,6 @@ /* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ + /************************************************************* * * MathJax.js @@ -32,7 +33,7 @@ if (!window.MathJax) {window.MathJax= {}} if (!MathJax.Hub) { // skip if already loaded MathJax.version = "2.1"; -MathJax.fileversion = "2.1.2"; +MathJax.fileversion = "2.1.3"; /**********************************************************/ @@ -1025,7 +1026,7 @@ MathJax.HTML = { var time = new Date(); time.setDate(time.getDate() + this.expires); cookie += '; expires='+time.toGMTString(); } - document.cookie = cookie+"; path=/"; + try {document.cookie = cookie+"; path=/"} catch (err) {} // ignore errors saving cookies }, //