Fixes #8138. Access to document.location is made only once at load time and if it...
authorjaubourg <j@ubourg.net>
Wed, 2 Feb 2011 19:52:26 +0000 (20:52 +0100)
committerjaubourg <j@ubourg.net>
Wed, 2 Feb 2011 19:52:26 +0000 (20:52 +0100)
commite3cc440934fcb03bfeb10fb6281615409ad6f483
tree8cf32ba70c7e1657092c1623177182e886882757
parentb90369e8cb2b6f3cc0afa34d815958ff0b605874
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.
src/ajax.js