mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
Fixed index html page
This commit is contained in:
parent
550a29f3e6
commit
32a4068468
4 changed files with 51 additions and 21 deletions
6
src/templates/indexBootstrap.js
Normal file
6
src/templates/indexBootstrap.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
(async () => {
|
||||
window.$ = window.jQuery = require('ep_etherpad-lite/static/js/rjquery').jQuery;
|
||||
require('ep_etherpad-lite/static/js/l10n')
|
||||
require('ep_etherpad-lite/static/js/index')
|
||||
})()
|
Loading…
Add table
Add a link
Reference in a new issue