mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-03 17:51:43 +01:00
Fix IE import
This commit is contained in:
parent
9c6731f3b8
commit
c8b93f6ddc
@ -196,6 +196,6 @@ exports.doImport = function(req, res, padId)
|
||||
ERR(err);
|
||||
|
||||
//close the connection
|
||||
res.send("<script>document.domain = document.domain; var impexp = window.top.require('/pad_impexp').padimpexp.handleFrameCall('" + status + "'); </script>", 200);
|
||||
res.send("<script>if ((!$.browser.msie) && (!($.browser.mozilla && $.browser.version.indexOf("1.8.") == 0))){document.domain = document.domain}; var impexp = window.top.require('/pad_impexp').padimpexp.handleFrameCall('" + status + "'); </script>", 200);
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user