mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
Shift pad initialization into JavaScript.
This commit is contained in:
parent
3e9b56aa75
commit
cd86ef5600
2 changed files with 24 additions and 14 deletions
|
@ -302,6 +302,10 @@
|
|||
chat = require('/chat').chat;
|
||||
padeditbar = require('/pad_editbar').padeditbar;
|
||||
padimpexp = require('/pad_impexp').padimpexp;
|
||||
|
||||
(function () {
|
||||
require('/pad').init();
|
||||
}());
|
||||
</script>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue