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

jquery-validation-unobtrusive v4.0.0 (#1074)

This commit is contained in:
nobody
2022-07-22 05:46:39 +02:00
parent 70ba7ad6d0
commit 15565ca720
4 changed files with 11 additions and 0 deletions

View File

@@ -285,6 +285,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/jquery.cycle2/2.')) return '2.1.6';
if (type.startsWith('/jquery.scrollbar/0.')) return '0.2.11';
if (type.startsWith('/jquery-validation-unobtrusive/3.')) return '3.2.12';
if (type.startsWith('/jquery-validation-unobtrusive/4.')) return '4.0.0';
if (type.startsWith('/jquery.tablesorter/2.')) return '2.31.3';
if (type.startsWith('/jquery-scrollTo/2.')) return '2.1.3';
if (type.startsWith('/jquery-timeago/1.')) return '1.6.7';