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
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
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';

View File

@ -31,6 +31,7 @@
<li>Added: Stickyfill v1.1.4 and v2.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/73">#73</a>)</li>
<li>Added: jScrollPane v2.2.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/73">#73</a>)</li>
<li>Added: Tooltipster v3.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/73">#73</a>)</li>
<li>Added: Materialize (JS & CSS) v0.97.8</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long