From 1ad0b9dd51f9510430b437aeacc0240834809ce0 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 24 Jun 2022 17:47:35 +0300 Subject: [PATCH] fix: charts dialog to be stable --- index.html | 2 +- modules/dynamic/overview/charts-overview.js | 2 +- modules/ui/tools.js | 2 +- versioning.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index f06a4e3e..6deb8c38 100644 --- a/index.html +++ b/index.html @@ -7823,7 +7823,7 @@ - + diff --git a/modules/dynamic/overview/charts-overview.js b/modules/dynamic/overview/charts-overview.js index 2842d9ce..4d5e14fb 100644 --- a/modules/dynamic/overview/charts-overview.js +++ b/modules/dynamic/overview/charts-overview.js @@ -282,7 +282,7 @@ function insertHtml() { const createOption = ([value, label]) => ``; const createOptions = values => values.map(createOption).join(""); - const html = /* html */ `
+ const html = /* html */ `
diff --git a/modules/ui/tools.js b/modules/ui/tools.js index 0d0a7f16..0c0b9130 100644 --- a/modules/ui/tools.js +++ b/modules/ui/tools.js @@ -858,6 +858,6 @@ function viewCellDetails() { } async function overviewCharts() { - const Overview = await import("../dynamic/overview/charts-overview.js?v=1.87.01"); + const Overview = await import("../dynamic/overview/charts-overview.js?v=1.87.03"); Overview.open(); } diff --git a/versioning.js b/versioning.js index 406f5bcc..a7af0975 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.87.02"; // generator version, update each time +const version = "1.87.03"; // generator version, update each time { document.title += " v" + version;