Skip to content

Commit de1360f

Browse files
Robert ColemanRobert Coleman
authored andcommitted
Merge branch 'robbyc073-changes' of https://github.com/robbyc073/dotnet-api-docs into robbyc073-changes
Add changes made in GitHub conversation.
2 parents 80337fe + 6051b65 commit de1360f

File tree

1 file changed

+2
-2
lines changed
  • snippets/csharp/System.IdentityModel.Tokens/IssuerNameRegistry/Overview/scripts

1 file changed

+2
-2
lines changed

snippets/csharp/System.IdentityModel.Tokens/IssuerNameRegistry/Overview/scripts/jquery-1.5.1.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6714,7 +6714,7 @@ jQuery.extend({
67146714
}
67156715

67166716
// Set the correct header, if data is being sent
6717-
if ( s.data && s.hasContent && !s.contentType || options.contentType ) {
6717+
if ( s.data && s.hasContent && s.contentType || options.contentType ) {
67186718
requestHeaders[ "Content-Type" ] = s.contentType;
67196719
}
67206720

@@ -7051,7 +7051,7 @@ jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) {
70517051
if ( s.dataTypes[ 0 ] === "jsonp" ||
70527052
originalSettings.jsonpCallback ||
70537053
originalSettings.jsonp != null ||
7054-
!s.jsonp && ( jsre.test( s.url ) ||
7054+
s.jsonp && ( jsre.test( s.url ) ||
70557055
dataIsString && jsre.test( s.data ) ) ) {
70567056

70577057
var responseContainer,

0 commit comments

Comments
 (0)