mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Fixed undefined html10n
This commit is contained in:
parent
4bf6ca1bd2
commit
fe7aa6f40d
1 changed files with 4 additions and 1 deletions
5
src/static/js/vendors/html10n.ts
vendored
5
src/static/js/vendors/html10n.ts
vendored
|
@ -990,4 +990,7 @@ class Loader {
|
|||
}
|
||||
}
|
||||
|
||||
export default new Html10n()
|
||||
const html10n = new Html10n()
|
||||
export default html10n
|
||||
|
||||
window.html10n = html10n
|
||||
|
|
Loading…
Reference in a new issue