summaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2016-01-08 13:26:46 +0000
committerJohn McLear <john@mclear.co.uk>2016-01-08 13:26:46 +0000
commitf16616d23bbbf813232bfa80f2796dca1eaf072c (patch)
tree9bd6d7ce27a765de751af9fe8f9b6a5b350f6288 /src/node
parent34a46d631836b5a2755a49653d672c43c5c077ce (diff)
downloadetherpad-lite-f16616d23bbbf813232bfa80f2796dca1eaf072c.zip
seems to work
Diffstat (limited to 'src/node')
-rw-r--r--src/node/handler/ImportHandler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/handler/ImportHandler.js b/src/node/handler/ImportHandler.js
index 026ce020..9f96a926 100644
--- a/src/node/handler/ImportHandler.js
+++ b/src/node/handler/ImportHandler.js
@@ -292,7 +292,7 @@ exports.doImport = function(req, res, padId)
<script> \
$(window).load(function(){ \
if(navigator.userAgent.indexOf('MSIE') === -1){ \
- document.domain = document.domain; \
+// document.domain = document.domain; \
} \
var impexp = window.parent.padimpexp.handleFrameCall('" + directDatabaseAccess +"', '" + status + "'); \
}) \