mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-17 19:54:50 -04:00
Inject the pad dependency into chat.
This commit is contained in:
parent
8a0d6c6636
commit
72d29b1c62
2 changed files with 5 additions and 4 deletions
|
@ -413,7 +413,7 @@ var pad = {
|
|||
pad.clientTimeOffset = new Date().getTime() - clientVars.serverTimestamp;
|
||||
|
||||
//initialize the chat
|
||||
chat.init();
|
||||
chat.init(this);
|
||||
pad.initTime = +(new Date());
|
||||
pad.padOptions = clientVars.initialOptions;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue