mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
Fix document.domain error in frontend tests
This commit is contained in:
parent
8f2f01dff8
commit
103e07e828
2 changed files with 0 additions and 10 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue