seems to work

This commit is contained in:
John McLear 2016-01-08 13:26:46 +00:00
parent 34a46d6318
commit f16616d23b
3 changed files with 3 additions and 3 deletions

View file

@ -392,7 +392,7 @@
$ = jQuery = require('ep_etherpad-lite/static/js/rjquery').jQuery; // Expose jQuery #HACK
browser = require('ep_etherpad-lite/static/js/browser');
if ((!browser.msie) && (!(browser.mozilla && browser.version.indexOf("1.8.") == 0))) {
document.domain = document.domain; // for comet
// document.domain = document.domain; // for comet
}
var plugins = require('ep_etherpad-lite/static/js/pluginfw/client_plugins');