From b89de4b494e0c2ad3d0c8b9280fafae40aa66327 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 8 Jun 2018 16:37:52 -0400 Subject: [PATCH] Point es5 adapter to frontend-es5 (#1273) --- hassio/script/gen-index-html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/script/gen-index-html.js b/hassio/script/gen-index-html.js index 589408320f..047f7ad6cd 100755 --- a/hassio/script/gen-index-html.js +++ b/hassio/script/gen-index-html.js @@ -7,7 +7,7 @@ let index = fs.readFileSync('index.html', 'utf-8'); const toReplace = [ [ '', - "" + "" ], ];