We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9bee1 commit 9a0bc1bCopy full SHA for 9a0bc1b
unpacked/MathJax.js
@@ -705,9 +705,9 @@ MathJax.cdnFileVersions = {}; // can be used to specify revisions for individua
705
// Cache-breaking revision number for file
706
//
707
fileRev: function (file) {
708
- var rev = BASE.cdnFileVersions[file] || BASE.cdnVersion || '';
709
- if (rev) {rev = "?rev="+rev}
710
- return rev;
+ var V = BASE.cdnFileVersions[file] || BASE.cdnVersion || '';
+ if (V) {V = "?V="+V}
+ return V;
711
},
712
urlRev: function (file) {return this.fileURL(file)+this.fileRev(file)},
713
0 commit comments