mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
copy_and_paste: Enable copy-paste handler in production.
Now that we've fixed the issues we encountered when first testing this, we can try it out in production again.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
global.stub_out_jquery();
|
||||
|
||||
set_global('page_params', {
|
||||
development: true,
|
||||
});
|
||||
|
||||
var jsdom = require("jsdom");
|
||||
global.document = jsdom.jsdom('<!DOCTYPE html><p>Hello world</p>');
|
||||
var window = jsdom.jsdom().defaultView;
|
||||
|
||||
Reference in New Issue
Block a user