diff options
Diffstat (limited to 'core/src/globals.js')
-rw-r--r-- | core/src/globals.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/globals.js b/core/src/globals.js index 5d077f22486..ad1997c470d 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -51,6 +51,7 @@ import 'strengthify/strengthify.css' import OC from './OC/index' import OCP from './OCP/index' import OCA from './OCA/index' +import escapeHTML from './Util/escapeHTML' window['_'] = _ window['$'] = $ @@ -72,6 +73,7 @@ window['moment'] = moment window['OC'] = OC window['OCP'] = OCP window['OCA'] = OCA +window['escapeHTML'] = escapeHTML /** * translate a string |