Searched refs:ajaxLocParts (Results 1 – 1 of 1) sorted by relevance
6874 ajaxLocParts, variable6892 ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];7144 isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),7450 …s.url = ( ( url || s.url ) + "" ).replace( rhash, "" ).replace( rprotocol, ajaxLocParts[ 1 ] + "//…7459 ( parts[ 1 ] != ajaxLocParts[ 1 ] || parts[ 2 ] != ajaxLocParts[ 2 ] ||7461 ( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? 80 : 443 ) ) )