etherpad-lite/src/templates/indexBootstrap.js
2024-07-23 18:14:49 +02:00

6 lines
195 B
JavaScript

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