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

Added: select2 v3.5.4 (#494)

This commit is contained in:
nobody
2021-06-08 07:42:54 +02:00
parent ab9b568b48
commit 2d7222cacc
52 changed files with 122 additions and 1 deletions

View File

@@ -507,6 +507,8 @@ targets.setLastVersion = function (type, version) {
return '1.7.1';
} else if (type.startsWith('/scriptaculous/1.')) {
return '1.9.0';
} else if (type.startsWith('/select2/3.')) {
return '3.5.4';
} else if (type.startsWith('/select2/4.')) {
return '4.0.13';
} else if (type.startsWith('/semantic-ui/2.')) {