From ea7fb2d5c8b0e0052a81e48e6d99143dfc233dc5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 1 Mar 2016 14:05:38 +0100 Subject: Revert "html lang" The changes were incomplete and broke the reserve creation dialog, reverted for now. This reverts commit 7c0ca49d0351ce8edfb1533146ff5ceb1aba41cf. --- lib/i18n.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/i18n.ts') 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"]; -- cgit v1.2.3