1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

MathJax v3.2.0 (#899)

This commit is contained in:
nobody
2022-03-15 17:12:14 +01:00
parent ea4463cea6
commit b2b30d625b
9 changed files with 18 additions and 2 deletions

View File

@@ -306,6 +306,7 @@ targets.setLastVersion = function (type, version) {
}
if (type.startsWith('/materialize/1.')) return '1.0.0';
if (type.startsWith('/mathjax/2.') || type.startsWith('/mathjax/latest')) return '2.7.5';
if (type.startsWith('/mathjax/3.')) return '3.2.0';
if (type.startsWith('/mdb-ui-kit/3.')) return '3.10.2';
if (type.startsWith('/mobile/1.')) return '1.4.5';
if (type.startsWith('/Modaal/0.')) return '0.4.4';