mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Inject plugins into hooks.
This commit is contained in:
parent
3631f0ece3
commit
9394495364
3 changed files with 13 additions and 9 deletions
|
@ -374,6 +374,8 @@
|
|||
|
||||
plugins.baseURL = baseURL;
|
||||
plugins.update(function () {
|
||||
hooks.plugins = plugins;
|
||||
|
||||
// Call documentReady hook
|
||||
$(function() {
|
||||
hooks.aCallAll('documentReady');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue