Skip to content

Commit

Permalink
This time really fixed incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Aug 16, 2024
1 parent 8ec555b commit a8b5a77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-etherpad": "^4.0.4",
"socket.io-client": "^4.7.5",
"socket.io-client": "*",
"superagent": "^8.1.2",
"typescript": "^5.4.2"
},
Expand Down
2 changes: 2 additions & 0 deletions static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const preCommentMark = require('ep_comments_page/static/js/preCommentMark');
const getCommentIdOnFirstPositionSelected = events.getCommentIdOnFirstPositionSelected;
const hasCommentOnSelection = events.hasCommentOnSelection;
const Security = require('ep_etherpad-lite/static/js/security');
// eslint-disable-next-line no-redeclare
const io = require('socket.io-client');

const cssFiles = [
'ep_comments_page/static/css/comment.css',
Expand Down

0 comments on commit a8b5a77

Please sign in to comment.