Fixed index html page

This commit is contained in:
SamTV12345 2024-07-23 18:14:49 +02:00
parent 550a29f3e6
commit 32a4068468
4 changed files with 51 additions and 21 deletions

View 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')
})()