Skip to content

Commit

Permalink
Merge pull request abpframework#9799 from abpframework/fix/versions-i…
Browse files Browse the repository at this point in the history
…n-templates

fix: update templates to 4.4.0
  • Loading branch information
mehmet-erim authored Aug 11, 2021
2 parents 15a7183 + 7d1d446 commit fa5fb86
Show file tree
Hide file tree
Showing 125 changed files with 28,893 additions and 28,893 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "asp.net",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "^4.4.0-rc.2",
"@abp/aspnetcore.mvc.ui.theme.shared": "^4.4.0",
"highlight.js": "^9.13.1"
},
"devDependencies": {}
Expand Down

Large diffs are not rendered by default.

Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/*!
* jQuery Validation Plugin v1.17.0
*
* https://jqueryvalidation.org/
*
* Copyright (c) 2017 Jörn Zaefferer
* Released under the MIT license
*/
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
define( ["jquery"], factory );
} else if (typeof module === "object" && module.exports) {
module.exports = factory( require( "jquery" ) );
} else {
factory( jQuery );
}
}(function( $ ) {

/*!
* jQuery Validation Plugin v1.17.0
*
* https://jqueryvalidation.org/
*
* Copyright (c) 2017 Jörn Zaefferer
* Released under the MIT license
*/
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
define( ["jquery"], factory );
} else if (typeof module === "object" && module.exports) {
module.exports = factory( require( "jquery" ) );
} else {
factory( jQuery );
}
}(function( $ ) {

$.extend( $.fn, {

// https://jqueryvalidation.org/validate/
Expand Down Expand Up @@ -1561,7 +1561,7 @@ $.extend( $.validator, {
}

} );


// Ajax mode: abort
// usage: $.ajax({ mode: "abort"[, port: "uniqueport"]});
// if mode:"abort" is used, the previous request on that port (port can be undefined) is aborted via XMLHttpRequest.abort()
Expand Down Expand Up @@ -1597,5 +1597,5 @@ if ( $.ajaxPrefilter ) {
return ajax.apply( this, arguments );
};
}
return $;
return $;
}));

Large diffs are not rendered by default.

Loading

0 comments on commit fa5fb86

Please sign in to comment.