X-Git-Url: http://git.asbjorn.it/?p=jquery.git;a=blobdiff_plain;f=src%2Fajax.js;h=caacb605948ca60d21c307af78f169d1943e555e;hp=a6ee676d4cf7e4f34fa2f0ab29f64ab63b99d9d9;hb=d7d64713a72c67243b279b9dcb16ae9fbb825c17;hpb=0e5b341cc0f3f9bf0f6659e09704f2267cfdfdba diff --git a/src/ajax.js b/src/ajax.js index a6ee676..caacb60 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -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 + "//" );