From 37f686a2ac804b88958992689b66212556e8afd3 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 1 Jun 2021 14:08:35 +0200 Subject: [PATCH] Fix insights not loading --- source/app/web/statics/about/index.html | 2 +- source/app/web/statics/about/script.js | 1 + source/app/web/statics/index.html | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/source/app/web/statics/about/index.html b/source/app/web/statics/about/index.html index ba531065..014d8c24 100644 --- a/source/app/web/statics/about/index.html +++ b/source/app/web/statics/about/index.html @@ -367,6 +367,6 @@ - + diff --git a/source/app/web/statics/about/script.js b/source/app/web/statics/about/script.js index 794dda60..f25b1019 100644 --- a/source/app/web/statics/about/script.js +++ b/source/app/web/statics/about/script.js @@ -149,6 +149,7 @@ metrics: null, pending: false, error: null, + config: {}, }, }) })() diff --git a/source/app/web/statics/index.html b/source/app/web/statics/index.html index 0d4496af..c4d945d3 100644 --- a/source/app/web/statics/index.html +++ b/source/app/web/statics/index.html @@ -187,7 +187,7 @@ - - + + \ No newline at end of file