diff options
Diffstat (limited to 'tests/frontend/runner.js')
-rw-r--r-- | tests/frontend/runner.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/frontend/runner.js b/tests/frontend/runner.js index 4801b95c..e77f6707 100644 --- a/tests/frontend/runner.js +++ b/tests/frontend/runner.js @@ -161,12 +161,6 @@ $(function(){ } } - //allow cross iframe access - var browser = bowser; - if ((!browser.msie) && (!(browser.mozilla && browser.version.indexOf("1.8.") == 0))) { - document.domain = document.domain; // for comet - } - //http://stackoverflow.com/questions/1403888/get-url-parameter-with-jquery var getURLParameter = function (name) { return decodeURI( |