mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Client side hooks are now loaded and works
This commit is contained in:
parent
35626df77b
commit
73aa0687b8
7 changed files with 959 additions and 7 deletions
|
@ -1 +1,5 @@
|
|||
exports.foo = 42;
|
||||
|
||||
exports.bar = function (hook_name, args, cb) {
|
||||
return cb(["FOOOO"]);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue