ep_comments_page 11.0.16 → 11.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/static/js/index.js +2 -2
package/package.json
CHANGED
package/static/js/index.js
CHANGED
|
@@ -19,8 +19,8 @@ const preCommentMark = require('ep_comments_page/static/js/preCommentMark');
|
|
|
19
19
|
const getCommentIdOnFirstPositionSelected = events.getCommentIdOnFirstPositionSelected;
|
|
20
20
|
const hasCommentOnSelection = events.hasCommentOnSelection;
|
|
21
21
|
const Security = require('ep_etherpad-lite/static/js/security');
|
|
22
|
-
|
|
23
|
-
const io =
|
|
22
|
+
const socketIoClient = require('socket.io-client');
|
|
23
|
+
const io = socketIoClient.default || socketIoClient;
|
|
24
24
|
|
|
25
25
|
const cssFiles = [
|
|
26
26
|
'ep_comments_page/static/css/comment.css',
|