aboutsummaryrefslogtreecommitdiff
path: root/lib/i18n.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-01 14:05:38 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-01 14:05:38 +0100
commitea7fb2d5c8b0e0052a81e48e6d99143dfc233dc5 (patch)
tree0f9b89be8c8d435ca26c01d2aa801f7aa8afa1ea /lib/i18n.ts
parent448ee63d7f18c537ea9e22c481ac1b3fd863d385 (diff)
downloadwallet-core-ea7fb2d5c8b0e0052a81e48e6d99143dfc233dc5.tar.xz
Revert "html lang"
The changes were incomplete and broke the reserve creation dialog, reverted for now. This reverts commit 7c0ca49d0351ce8edfb1533146ff5ceb1aba41cf.
Diffstat (limited to 'lib/i18n.ts')
-rw-r--r--lib/i18n.ts6
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"];