X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=src%2Fajax.js;h=cbe55727072168c245644dd429a2c24b6fe9a8de;hp=be31fe32039e088aefaf7b7a6709e5935677d7db;hb=44f3a1b405e158615d9f2fca3238ccb12f9fa895;hpb=7d89d3c07233f77437a0acf77b1adf7f2c17989f diff --git a/src/ajax.js b/src/ajax.js index be31fe3..cbe5572 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -632,8 +632,8 @@ jQuery.extend({ parts && ( parts[ 1 ] && parts[ 1 ] != protocol || parts[ 2 ] != loc.hostname || - ( parts[ 3 ] || ( ( parts[ 1 ] || protocol ) === "http:" ? 80 : 443 ) ) - != ( loc.port || ( protocol === "http:" ? 80 : 443 ) ) ) + ( parts[ 3 ] || ( ( parts[ 1 ] || protocol ) === "http:" ? 80 : 443 ) ) != + ( loc.port || ( protocol === "http:" ? 80 : 443 ) ) ) ); }