www

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

commit 9220eae8c01bb77f22e9caa0bad2db07d1251d63
parent a205aea118757186d594827701ad1950ba9fb5d7
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Mon, 17 Feb 2014 11:25:41 -0500

Merge branch 'issue709' into develop.  Issue #709.

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

diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js @@ -2941,8 +2941,8 @@ MathJax.Hub.Startup = { } } CONFIG.root = scripts[i].src.replace(/(^|\/)[^\/]*(\?.*)?$/,'') - .replace(/^(https?:\/\/(cdn.mathjax.org|c328740.ssl.cf1.rackcdn.com)\/mathjax\/)(latest)/, - "$1"+BASE.version+"-$3"); + .replace(/^(https?:\/\/(cdn.mathjax.org|[0-9a-f]+(-[0-9a-f]+)?.ssl.cf1.rackcdn.com)\/mathjax\/)(latest)/, + "$1"+BASE.version+"-$4"); break; } }