From: jaubourg Date: Wed, 2 Feb 2011 19:52:26 +0000 (+0100) Subject: Fixes #8138. Access to document.location is made only once at load time and if it... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=e3cc440934fcb03bfeb10fb6281615409ad6f483;hp=e3cc440934fcb03bfeb10fb6281615409ad6f483;p=jquery.git Fixes #8138. Access to document.location is made only once at load time and if it fails (throwing an exception in IE when document.domain is already set), we use the href of an A element instead. ---