diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-01 14:05:38 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-01 14:05:38 +0100 |
commit | ea7fb2d5c8b0e0052a81e48e6d99143dfc233dc5 (patch) | |
tree | 0f9b89be8c8d435ca26c01d2aa801f7aa8afa1ea /lib | |
parent | 448ee63d7f18c537ea9e22c481ac1b3fd863d385 (diff) |
Revert "html lang"
The changes were incomplete and broke the reserve
creation dialog, reverted for now.
This reverts commit 7c0ca49d0351ce8edfb1533146ff5ceb1aba41cf.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/i18n.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/i18n.ts b/lib/i18n.ts index 230bddd7d..60da6644f 100644 --- a/lib/i18n.ts +++ b/lib/i18n.ts @@ -16,12 +16,6 @@ "use strict"; -document.addEventListener( - "DOMContentLoaded", - function () { - document.body.lang = chrome.i18n.getUILanguage(); - }); - declare var i18n: any; const JedModule = window["Jed"]; |