Skip to content
Permalink
Browse files
Fixes #5866. Issue number in previous commit was wrong both in commen…
…ts and commit message. See 0e5b341 for previous commit.
  • Loading branch information
jaubourg committed Jan 26, 2011
1 parent 0e5b341 commit d7d6471
Showing 1 changed file with 1 addition and 1 deletion.
@@ -542,7 +542,7 @@ jQuery.extend({
};

// Remove hash character (#7531: and string promotion)
// Add protocol if not provided (#5856: IE7 issue with protocol-less urls)
// Add protocol if not provided (#5866: IE7 issue with protocol-less urls)
// We also use the url parameter if available
s.url = ( "" + ( url || s.url ) ).replace( rhash, "" ).replace( rprotocol, protocol + "//" );

0 comments on commit d7d6471

Please sign in to comment.