File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
45
45
46
46
// MathJax.isPacked = true; // This line is uncommented by the packer.
47
47
48
- MathJax . version = "2.5.2 " ;
49
- MathJax . fileversion = "2.5.2 " ;
50
- MathJax . cdnVersion = "2.5.2 " ; // specifies a revision to break caching
48
+ MathJax . version = "2.5" ;
49
+ MathJax . fileversion = "2.5.3 " ;
50
+ MathJax . cdnVersion = "2.5.3 " ; // specifies a revision to break caching
51
51
MathJax . cdnFileVersions = { } ; // can be used to specify revisions for individual files
52
52
53
53
/**********************************************************/
Original file line number Diff line number Diff line change 27
27
28
28
MathJax . OutputJax . SVG = MathJax . OutputJax ( {
29
29
id : "SVG" ,
30
- version : "2.5.0 " ,
30
+ version : "2.5.3 " ,
31
31
directory : MathJax . OutputJax . directory + "/SVG" ,
32
32
extensionDir : MathJax . OutputJax . extensionDir + "/SVG" ,
33
33
autoloadDir : MathJax . OutputJax . directory + "/SVG/autoload" ,
You can’t perform that action at this time.
0 commit comments