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

Updated: jeditable.js v2.0.17 -> v2.0.18 (#209)

This commit is contained in:
nobody
2020-12-22 07:44:54 +01:00
parent 7bb98811cd
commit 886d832a7c
3 changed files with 2 additions and 1 deletions

View File

@@ -268,7 +268,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/jquery-jeditable/1.')) {
return '1.8.0';
} else if (type.startsWith('/jquery-jeditable/2.')) {
return '2.0.17';
return '2.0.18';
} else if (type.startsWith('tablesorter/2.')) {
return '2.31.3';
} else if (type.startsWith('/jquery-modal/0.')) {