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:
parent
914128d7a7
commit
d15e90c90d
@ -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
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user