]> source.dussan.org Git - jquery.git/commitdiff
Fixes #5866. Issue number in previous commit was wrong both in comments and commit...
authorjaubourg <j@ubourg.net>
Wed, 26 Jan 2011 00:45:00 +0000 (01:45 +0100)
committerjaubourg <j@ubourg.net>
Wed, 26 Jan 2011 00:45:00 +0000 (01:45 +0100)
src/ajax.js

index a6ee676d4cf7e4f34fa2f0ab29f64ab63b99d9d9..caacb605948ca60d21c307af78f169d1943e555e 100644 (file)
@@ -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 + "//" );