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

Added: Materialize (JS&CSS) v0.97.8

This commit is contained in:
nobody
2020-08-04 16:53:24 +02:00
parent e0e5c996ca
commit 612a46ec30
4 changed files with 28 additions and 0 deletions

View File

@ -440,6 +440,7 @@ helpers.setLastVersion = function (type, version) {
} else if (type.includes('/materialize/1.')) {
return '1.0.0';
} else if (type.includes('/materialize/0.')) {
if (helpers.compareVersion('0.97.8', version)) return '0.97.8'; // <= v0.97.8
return '0.100.2';
} else if (type.includes('/modernizr/2.')) {
return '2.8.3';