Skip to content

Commit

Permalink
none
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryBleckert committed Jan 6, 2024
1 parent d24574b commit 2b6904c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ exports.socketio = (hookName, {io}, cb) => {
// pad exists, remove it
const pad = await padManager.getPad(padId);
await pad.remove();
socket.emit('delete', padId);
socket.emit('progress', {progress: 1});
}
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ep_adminpads3",
"version": "3.0.18",
"version": "3.0.19",
"description": "Etherpad plugin to search, view sorted lists and delete pads in /admin.",
"keywords": [
"etherpad",
Expand Down

0 comments on commit 2b6904c

Please sign in to comment.