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

Added: script.js v2.5.9 (#555)

This commit is contained in:
nobody
2021-07-05 18:58:12 +02:00
parent 6a6e78c902
commit b39e37dae8
6 changed files with 15 additions and 0 deletions

View File

@ -525,6 +525,8 @@ targets.setLastVersion = function (type, version) {
return '4.1.0';
} else if (type.startsWith('/rickshaw/1.')) {
return '1.7.1';
} else if (type.startsWith('/script.js/2.')) {
return '2.5.9';
} else if (type.startsWith('/scriptaculous/1.')) {
return '1.9.0';
} else if (type.startsWith('/select2/3.')) {