We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae61109 commit cb874b6Copy full SHA for cb874b6
src/templates/pad.html
@@ -391,9 +391,6 @@ <h2 data-l10n-id="pad.share.emebdcode"></h2>
391
392
$ = jQuery = require('ep_etherpad-lite/static/js/rjquery').jQuery; // Expose jQuery #HACK
393
browser = require('ep_etherpad-lite/static/js/browser');
394
- if ((!browser.msie) && (!(browser.mozilla && browser.version.indexOf("1.8.") == 0))) {
395
-// document.domain = document.domain; // for comet
396
- }
397
398
var plugins = require('ep_etherpad-lite/static/js/pluginfw/client_plugins');
399
var hooks = require('ep_etherpad-lite/static/js/pluginfw/hooks');
0 commit comments