From 37f3bd3f03e7e775c7c5d037fde0ff2fe8e71eff Mon Sep 17 00:00:00 2001 From: dorian Date: Sun, 14 Jul 2019 19:02:55 +0200 Subject: [PATCH] icons are now loaded from the start on --- js/dashboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/dashboard.js b/js/dashboard.js index b977d27..3e204da 100644 --- a/js/dashboard.js +++ b/js/dashboard.js @@ -443,4 +443,5 @@ class BlueWeatherDashboard { } } +feather.replace() dashboard = new BlueWeatherDashboard() \ No newline at end of file