Set cache-breaking revision number.

This commit is contained in:
Davide P. Cervone 2014-05-13 20:34:05 -04:00
parent 16d0cfeb5d
commit 18e0b76b17
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -47,8 +47,8 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
MathJax.version = "2.4-beta";
MathJax.fileversion = "2.4-beta";
MathJax.cdnVersion = ""; // specifies a revision to break caching
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
MathJax.cdnVersion = "2.4-beta"; // specifies a revision to break caching
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
/**********************************************************/