From d41dbead2ed673c4a69f9a1f832f19cd62dde2ed Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 15 May 2018 17:34:20 -0400 Subject: [PATCH] fix fucked up initialization failure msg --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index 09ed6bc..b5581e0 100644 --- a/app/index.html +++ b/app/index.html @@ -243,7 +243,7 @@ } catch (e) { console.error(e); - document.querySelector('div').parentNode.innerHTML += '
Inititialization failure. Check the console for details.
'; + document.querySelector('div').parentNode.innerHTML += 'Inititialization failure. Check the console for details.'; } };