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

Update: jeditable.js v2.0.18 -> 2.0.19 (#376)

This commit is contained in:
nobody
2021-04-17 06:40:13 +02:00
parent 7f6a7f2ef0
commit d06d0a522a
4 changed files with 3 additions and 2 deletions

View File

@@ -348,7 +348,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/jeditable.js/1.')) {
return '1.8.0';
} else if (type.startsWith('/jeditable.js/2.')) {
return '2.0.18';
return '2.0.19';
} else if (type.startsWith('/jquery.cycle2/2.')) {
return '2.1.6';
} else if (type.startsWith('/jquery.scrollbar/0.')) {