Fix typo in fileRev(). Since we don't use the file-specific versions anyway, it never had any effect.
This commit is contained in:
parent
1d2df8cc68
commit
66c73ced49
|
@ -705,7 +705,7 @@ MathJax.cdnFileVersions = {}; // can be used to specify revisions for individua
|
|||
// Cache-breaking revision number for file
|
||||
//
|
||||
fileRev: function (file) {
|
||||
var rev = BASE.cdnFileVersions[name] || BASE.cdnVersion;
|
||||
var rev = BASE.cdnFileVersions[file] || BASE.cdnVersion || '';
|
||||
if (rev) {rev = "?rev="+rev}
|
||||
return rev;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user