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

Fixed: slick v1.9.0 -> v1.8.1 (#168)

This commit is contained in:
nobody
2020-11-09 18:17:12 +01:00
parent b4bdac774b
commit 6cecdef2aa
6 changed files with 4 additions and 19 deletions

View File

@@ -326,7 +326,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/simplemde/')) {
return '1.11.2';
} else if (type.startsWith('/slick-carousel/1.')) {
return '1.9.0';
return '1.8.1';
} else if (type.startsWith('/slick-lightbox/0.')) {
return '0.2.12';
} else if (type.startsWith('/socket.io/2.')) {