mirror of
https://github.com/jquery/jquery.git
synced 2026-01-27 00:28:24 -05:00
Fixes #5866. Issue number in previous commit was wrong both in comments and commit message. See 0e5b341cc0 for previous commit.
This commit is contained in:
@@ -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 + "//" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user