mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
merge develop
This commit is contained in:
commit
f915285f15
23 changed files with 689 additions and 192 deletions
|
@ -29,6 +29,7 @@ var createCookie = require('./pad_utils').createCookie;
|
|||
var readCookie = require('./pad_utils').readCookie;
|
||||
var randomString = require('./pad_utils').randomString;
|
||||
var _ = require('./underscore');
|
||||
var hooks = require('./pluginfw/hooks');
|
||||
|
||||
var token, padId, export_links;
|
||||
|
||||
|
@ -108,6 +109,7 @@ function init() {
|
|||
|
||||
exports.socket = socket; // make the socket available
|
||||
|
||||
hooks.aCallAll("postTimesliderInit");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue