1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-02 20:37:04 +01:00

Folder renamed: jquery-tablesorter

This commit is contained in:
nobody 2021-02-02 05:56:41 +01:00
parent 914128d7a7
commit d15e90c90d
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 2 additions and 2 deletions

View File

@ -551,7 +551,7 @@ var resources = {
},
// jQuery Tablesorter
'jQueryTablesorter': {
'path': 'resources/jquery-tablesorter/{version}/jquery.tablesorter.min.jsm',
'path': 'resources/jquery.tablesorter/{version}/jquery.tablesorter.min.jsm',
'type': 'application/javascript'
},
// jQuery Tooltipster

View File

@ -297,7 +297,7 @@ targets.setLastVersion = function (type, version) {
return '0.2.11';
} else if (type.startsWith('/jquery-validation-unobtrusive/3.')) {
return '3.2.11';
} else if (type.startsWith('tablesorter/2.')) {
} else if (type.startsWith('/jquery.tablesorter/2.')) {
return '2.31.3';
} else if (type.startsWith('/jquery-modal/0.')) {
return '0.9.2';