mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Folder renamed: jquery-jeditable
This commit is contained in:
@@ -472,7 +472,7 @@ var resources = {
|
|||||||
},
|
},
|
||||||
// jeditableJS
|
// jeditableJS
|
||||||
'jeditableJS': {
|
'jeditableJS': {
|
||||||
'path': 'resources/jquery-jeditable/{version}/jquery.jeditable.min.jsm',
|
'path': 'resources/jeditable.js/{version}/jquery.jeditable.min.jsm',
|
||||||
'type': 'application/javascript'
|
'type': 'application/javascript'
|
||||||
},
|
},
|
||||||
// Jets.js [Deprecated]
|
// Jets.js [Deprecated]
|
||||||
|
@@ -289,9 +289,9 @@ targets.setLastVersion = function (type, version) {
|
|||||||
return '2.2.2';
|
return '2.2.2';
|
||||||
} else if (type.startsWith('/jquery-validate/1.')) {
|
} else if (type.startsWith('/jquery-validate/1.')) {
|
||||||
return '1.19.3';
|
return '1.19.3';
|
||||||
} else if (type.startsWith('/jquery-jeditable/1.')) {
|
} else if (type.startsWith('/jeditable.js/1.')) {
|
||||||
return '1.8.0';
|
return '1.8.0';
|
||||||
} else if (type.startsWith('/jquery-jeditable/2.')) {
|
} else if (type.startsWith('/jeditable.js/2.')) {
|
||||||
return '2.0.18';
|
return '2.0.18';
|
||||||
} else if (type.startsWith('/jquery.scrollbar/0.')) {
|
} else if (type.startsWith('/jquery.scrollbar/0.')) {
|
||||||
return '0.2.11';
|
return '0.2.11';
|
||||||
|
Reference in New Issue
Block a user