ep_adminpads2
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -69,3 +69,3 @@ const $ = require('cheerio'); | ||
exports.socketio = (hook_name, args) => { | ||
exports.socketio = (hookName, args, cb) => { | ||
io = args.io.of('/pluginfw/admin/pads'); | ||
@@ -94,2 +94,3 @@ io.on('connection', (socket) => { | ||
}); | ||
return cb(); | ||
}; | ||
@@ -96,0 +97,0 @@ |
{ | ||
"name": "ep_adminpads2", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Etherpad plugin to list and delete pads in /admin.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39389
303