Skip to content

Commit 04a9b23

Browse files
committed
Update jquery.unobtrusive-ajax.js
1 parent 4c37f99 commit 04a9b23

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

jquery.unobtrusive-ajax.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/* NUGET: BEGIN LICENSE TEXT
2-
*
1+
/*
32
* Microsoft grants you the right to use these script files for the sole
43
* purpose of either: (i) interacting through your browser with the Microsoft
54
* website or online service, subject to the applicable licensing or use
@@ -10,8 +9,6 @@
109
* Microsoft neither took the code under GPL nor distributes it thereunder but
1110
* under the terms set out in this paragraph. All notices and licenses
1211
* below are for informational purposes only.
13-
*
14-
* NUGET: END LICENSE TEXT */
1512
/*!
1613
** Unobtrusive Ajax support library for jQuery
1714
** Copyright (C) Microsoft Corporation. All rights reserved.
@@ -186,4 +183,4 @@
186183
data: clickInfo.concat($(this).serializeArray())
187184
});
188185
});
189-
}(jQuery));
186+
}(jQuery));

0 commit comments

Comments
 (0)