Skip to content

Commit 26a1986

Browse files
Update license header
1 parent f824ae3 commit 26a1986

File tree

7 files changed

+4436
-2771
lines changed

7 files changed

+4436
-2771
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@
5050
*.sln text=auto eol=crlf
5151

5252
*.sh eol=lf
53+
package-lock.json binary

dist/jquery.unobtrusive-ajax.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Unobtrusive Ajax support library for jQuery
2-
// Copyright (C) Microsoft Corporation. All rights reserved.
2+
// Copyright (c) .NET Foundation. All rights reserved.
3+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
34
// @version v3.2.5
45
//
56
// Microsoft grants you the right to use these script files for the sole
@@ -117,9 +118,9 @@
117118
}
118119

119120
// change here:
120-
// Check for a Form POST with enctype=multipart/form-data
121-
// add the input file that were not previously included in the serializeArray()
122-
// set processData and contentType to false
121+
// Check for a Form POST with enctype=multipart/form-data
122+
// add the input file that were not previously included in the serializeArray()
123+
// set processData and contentType to false
123124
var $element = $(element);
124125
if ($element.is("form") && $element.attr("enctype") == "multipart/form-data") {
125126
var formdata = new FormData();

dist/jquery.unobtrusive-ajax.min.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)