Skip to content

Commit f45a6b8

Browse files
authored
Merge pull request #433 from SchmidtDSE/main
Fast forward deploy.
2 parents 3cb8663 + 7045cdb commit f45a6b8

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

js/report_stage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class StagePresenter {
196196
} else if (labelRaw === "Net Export (Waste)" && isGlobal) {
197197
return "Waste Trade";
198198
} else if (isGlobal) {
199-
return labelRaw.replace(" (Dom)", "");
199+
return labelRaw.replace(" (Dom ", " (");
200200
} else {
201201
return labelRaw;
202202
}

js/strings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ STRINGS.set("netImportsMT", "Net Import (Good/Mat)");
3333
STRINGS.set("netExportsMT", "Net Export (Good/Mat)");
3434
STRINGS.set("netWasteImportMT", "Net Import (Waste)");
3535
STRINGS.set("netWasteExportMT", "Net Export (Waste)");
36-
STRINGS.set("primaryProductionMT", "Virgin (Dom)");
37-
STRINGS.set("secondaryProductionMT", "Second (Dom)");
36+
STRINGS.set("primaryProductionMT", "Virgin (Dom Goods)");
37+
STRINGS.set("secondaryProductionMT", "Second (Dom Goods)");
3838
STRINGS.set("ghg", "GHG");
3939

4040
STRINGS.set(DISPLAY_TYPES.amount, "Annual Million Metric Tons");

js/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20240910
1+
20250425

service_worker_v2.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ const OLD_CACHES = [
5454
"GlobalPlasticsTool_20240907",
5555
"GlobalPlasticsTool_20240908",
5656
"GlobalPlasticsTool_20240909",
57+
"GlobalPlasticsTool_20240910"
5758
];
58-
const CACHE_NAME = "GlobalPlasticsTool_20240910";
59+
const CACHE_NAME = "GlobalPlasticsTool_20250425";
5960
const ESSENTIAL_FILES = [
6061
"/css/README.md",
6162
"/css/base.css",

template/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ <h2>Table of Contents</h2>
10131013
<a class="tab-trigger" href="#about-privacy">Privacy</a> / <a class="tab-trigger" href="#about-license">Terms</a> / <a class="tab-trigger" href="https://github.com/SchmidtDSE/plastics-prototype">Open Source</a> / <a class="tab-trigger" href="#about-contact">Contact</a> / <a class="tab-trigger" href="#toc">Table of Contents</a> / <a class="tab-trigger" href="#settings">Accessibility</a> / <a class="tab-trigger" href="#about-publication">Cite Us</a>
10141014
</footer>
10151015

1016-
<input type="hidden" id="version-number" value="20240910">
1016+
<input type="hidden" id="version-number" value="20250425">
10171017

10181018
<dialog id="add-dialog">
10191019
<form>

0 commit comments

Comments
 (0)