Skip to content

Commit 9075cf5

Browse files
robbyc073gewarren
andauthored
Update snippets/csharp/System.IdentityModel.Tokens/IssuerNameRegistry/Overview/scripts/jquery-1.5.1.js
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 5143782 commit 9075cf5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)