mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
expose broadcast slider so plugins can interact with it
This commit is contained in:
parent
99dff9c4e5
commit
8836981e32
2 changed files with 4 additions and 3 deletions
|
@ -108,6 +108,7 @@ function init() {
|
|||
});
|
||||
|
||||
exports.socket = socket; // make the socket available
|
||||
exports.BroadcastSlider = BroadcastSlider; // Make the slider available
|
||||
|
||||
hooks.aCallAll("postTimesliderInit");
|
||||
});
|
||||
|
@ -133,7 +134,7 @@ function sendSocketMsg(type, data)
|
|||
|
||||
var fireWhenAllScriptsAreLoaded = [];
|
||||
|
||||
var BroadcastSlider, changesetLoader;
|
||||
var changesetLoader;
|
||||
function handleClientVars(message)
|
||||
{
|
||||
//save the client Vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue