etherpad-lite/src/templates/indexBootstrap.js

7 lines
195 B
JavaScript
Raw Normal View History

2024-07-23 18:14:49 +02:00
(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')
})()