From cbdb222f720251a3c5467e9143bd81b106911e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Sat, 22 Jun 2019 05:55:53 +0200 Subject: [PATCH] Import extra_html_url using js instead of deprecated link tags (#3288) * import extra_html_url using js instead of deprecated link tags * Import modules instead * Address comment * Rename variables for es5 scripts * Address comments --- src/html/index.html.template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/html/index.html.template b/src/html/index.html.template index f3924d440e..de55383946 100644 --- a/src/html/index.html.template +++ b/src/html/index.html.template @@ -65,6 +65,10 @@ import "<%= latestHassIconsJS %>"; window.customPanelJS = "<%= latestCustomPanelJS %>"; + {% for extra_module in extra_modules -%} + + {% endfor -%} +