Change cache-breaking value in MathJax.js
This commit is contained in:
parent
e65a12f7a5
commit
32c2d9b9fc
File diff suppressed because one or more lines are too long
|
@ -45,9 +45,9 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
|
||||||
|
|
||||||
// MathJax.isPacked = true; // This line is uncommented by the packer.
|
// MathJax.isPacked = true; // This line is uncommented by the packer.
|
||||||
|
|
||||||
MathJax.version = "2.6.0-beta.1";
|
MathJax.version = "2.6.0-beta.2";
|
||||||
MathJax.fileversion = "2.6.0-beta.1";
|
MathJax.fileversion = "2.6.0-beta.2";
|
||||||
MathJax.cdnVersion = "2.6.0-beta.1"; // specifies a revision to break caching
|
MathJax.cdnVersion = "2.6.0-beta.2"; // specifies a revision to break caching
|
||||||
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
|
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
|
||||||
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user