1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Update: jquery-validation-unobtrusive v3.2.11 -> v3.2.12 (#400)

This commit is contained in:
nobody
2021-04-23 18:21:20 +02:00
parent 38894b002e
commit 5ee4d194ee
4 changed files with 4 additions and 3 deletions

View File

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