Folder renamed: jquery-jeditable

This commit is contained in:
nobody 2021-02-02 05:50:21 +01:00
parent d8e91b307a
commit 7630c22d75
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 3 additions and 3 deletions

View File

@ -472,7 +472,7 @@ var resources = {
},
// jeditableJS
'jeditableJS': {
'path': 'resources/jquery-jeditable/{version}/jquery.jeditable.min.jsm',
'path': 'resources/jeditable.js/{version}/jquery.jeditable.min.jsm',
'type': 'application/javascript'
},
// Jets.js [Deprecated]

View File

@ -289,9 +289,9 @@ targets.setLastVersion = function (type, version) {
return '2.2.2';
} else if (type.startsWith('/jquery-validate/1.')) {
return '1.19.3';
} else if (type.startsWith('/jquery-jeditable/1.')) {
} else if (type.startsWith('/jeditable.js/1.')) {
return '1.8.0';
} else if (type.startsWith('/jquery-jeditable/2.')) {
} else if (type.startsWith('/jeditable.js/2.')) {
return '2.0.18';
} else if (type.startsWith('/jquery.scrollbar/0.')) {
return '0.2.11';