mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
7 lines
195 B
JavaScript
7 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')
|
||
|
})()
|