Change cache-breaking value in MathJax.js

This commit is contained in:
Davide P. Cervone 2015-12-14 11:45:34 -05:00
parent e65a12f7a5
commit 32c2d9b9fc
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -45,9 +45,9 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
// MathJax.isPacked = true; // This line is uncommented by the packer.
MathJax.version = "2.6.0-beta.1";
MathJax.fileversion = "2.6.0-beta.1";
MathJax.cdnVersion = "2.6.0-beta.1"; // specifies a revision to break caching
MathJax.version = "2.6.0-beta.2";
MathJax.fileversion = "2.6.0-beta.2";
MathJax.cdnVersion = "2.6.0-beta.2"; // specifies a revision to break caching
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
/**********************************************************/