mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-23 00:25:15 +01:00
Added: Stickyfill v1.1.4 and v2.1.0 (#73)
This commit is contained in:
parent
c0ca0cf83c
commit
8cff669de4
@ -292,6 +292,7 @@ var mappings = {
|
||||
'slick-carousel/{version}/slick.min.js': resources.slickCarouselJS,
|
||||
'slick-carousel/{version}/slick.js': resources.slickCarouselJS,
|
||||
'spin.js/{version}/spin.min.js': resources.spinJS,
|
||||
'stickyfill/{version}/stickyfill.': resources.stickyfill,
|
||||
'socket.io/{version}/socket.io.': resources.socketIO,
|
||||
'swfobject/{version}/swfobject.': resources.swfobject,
|
||||
'Swiper/{version}/css/swiper.': resources.swiperCSS,
|
||||
|
@ -596,6 +596,11 @@ var resources = {
|
||||
'path': 'resources/spin.js/{version}/spin.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// stickyfill
|
||||
'stickyfill': {
|
||||
'path': 'resources/stickyfill/{version}/stickyfill.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// Store.js
|
||||
'storeJS': {
|
||||
'path': 'resources/store.js/{version}/store.legacy.min.jsm',
|
||||
|
@ -484,6 +484,10 @@ helpers.setLastVersion = function (type, version) {
|
||||
return '2.3.0';
|
||||
} else if (type.includes('/spin.js/2.')) {
|
||||
return '2.3.2';
|
||||
} else if (type.includes('/stickyfill/1.')) {
|
||||
return '1.1.4';
|
||||
} else if (type.includes('/stickyfill/2.')) {
|
||||
return '2.1.0';
|
||||
} else if (type.includes('/store.js/2.')) {
|
||||
return '2.0.4';
|
||||
} else if (type.includes('/swfobject/2.')) {
|
||||
@ -545,6 +549,7 @@ helpers.compareVersion = function (v1, v2) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'stickyfill.min.jsm': 'Stickyfill',
|
||||
'jquery.mousewheel.min.jsm': 'jQuery Mousewheel',
|
||||
'a1f20be65b.css': 'Font Awesome (CSS)',
|
||||
'a1f20be65b.jsm': 'Font Awesome (JS)',
|
||||
|
@ -28,6 +28,7 @@
|
||||
<li>Fixed: Block Google Fonts if enabled</li>
|
||||
<li>Added: Font Awesome v4.7.0 loaded by WebFontLoader (<a href="https://codeberg.org/nobody/LocalCDN/issues/73">#73</a>)</li>
|
||||
<li>Added: jQuery Mousewheel v3.1.13 (<a href="https://codeberg.org/nobody/LocalCDN/issues/73">#73</a>)</li>
|
||||
<li>Added: Stickyfill v1.1.4 and v2.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/73">#73</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
8
resources/stickyfill/1.1.4/stickyfill.min.jsm
Normal file
8
resources/stickyfill/1.1.4/stickyfill.min.jsm
Normal file
File diff suppressed because one or more lines are too long
6
resources/stickyfill/2.1.0/stickyfill.min.jsm
Normal file
6
resources/stickyfill/2.1.0/stickyfill.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user