Folder renamed: swiper

This commit is contained in:
nobody 2021-02-02 05:55:27 +01:00
parent 2645c2eba7
commit 914128d7a7
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
11 changed files with 6 additions and 6 deletions

View File

@ -959,11 +959,11 @@ var resources = {
}, },
// Swiper // Swiper
'swiperJS': { 'swiperJS': {
'path': 'resources/swiper/{version}/js/swiper.min.jsm', 'path': 'resources/Swiper/{version}/js/swiper.min.jsm',
'type': 'application/javascript' 'type': 'application/javascript'
}, },
'swiperCSS': { 'swiperCSS': {
'path': 'resources/swiper/{version}/css/swiper.min.css', 'path': 'resources/Swiper/{version}/css/swiper.min.css',
'type': 'text/css' 'type': 'text/css'
}, },
// Tether JS [Deprecated] // Tether JS [Deprecated]

View File

@ -443,13 +443,13 @@ targets.setLastVersion = function (type, version) {
return '2.0.4'; return '2.0.4';
} else if (type.startsWith('/swfobject/2.')) { } else if (type.startsWith('/swfobject/2.')) {
return '2.2'; return '2.2';
} else if (type.startsWith('/swiper/3.')) { } else if (type.startsWith('/Swiper/3.')) {
return '3.4.2'; return '3.4.2';
} else if (type.startsWith('/swiper/4.')) { } else if (type.startsWith('/Swiper/4.')) {
return '4.5.1'; return '4.5.1';
} else if (type.startsWith('/swiper/5.')) { } else if (type.startsWith('/Swiper/5.')) {
return '5.4.5'; return '5.4.5';
} else if (type.startsWith('/swiper/6.') || type.startsWith('/swiper/')) { } else if (type.startsWith('/Swiper/6.') || type.startsWith('/Swiper/')) {
return '6.4.10'; return '6.4.10';
} else if (type.startsWith('/tether/1.')) { } else if (type.startsWith('/tether/1.')) {
return '1.4.7'; return '1.4.7';