mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
fix issue in docs
This commit is contained in:
parent
f880b0feb7
commit
c878a957b7
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ exports.exportHtmlAdditionalTags = function(hook, pad, cb){
|
||||||
var padId = pad.id;
|
var padId = pad.id;
|
||||||
cb(["massive","jugs"]);
|
cb(["massive","jugs"]);
|
||||||
};
|
};
|
||||||
|
```
|
||||||
|
|
||||||
## userLeave
|
## userLeave
|
||||||
Called from src/node/handler/PadMessageHandler.js
|
Called from src/node/handler/PadMessageHandler.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue