mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Implement require
for most modules.
This commit is contained in:
parent
72d29b1c62
commit
7f98116a43
11 changed files with 55 additions and 0 deletions
|
@ -32,6 +32,9 @@ settings.globalUserName = false;
|
|||
settings.hideQRCode = false;
|
||||
settings.rtlIsTrue = false;
|
||||
|
||||
var chat = require('/chat').chat;
|
||||
var getCollabClient = require('/collab_client').getCollabClient;
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
//start the costum js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue