diff --git a/src/static/js/vendors/html10n.ts b/src/static/js/vendors/html10n.ts index 39da71200..dcbc66b22 100644 --- a/src/static/js/vendors/html10n.ts +++ b/src/static/js/vendors/html10n.ts @@ -990,4 +990,7 @@ class Loader { } } -export default new Html10n() +const html10n = new Html10n() +export default html10n + +window.html10n = html10n