mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-23 00:25:15 +01:00
Folder renamed: jquery-jeditable
This commit is contained in:
parent
d8e91b307a
commit
7630c22d75
@ -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]
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user