Skip to content
Snippets Groups Projects
Commit 2d9a5aad authored by lowercasedonkey's avatar lowercasedonkey
Browse files

Strip cost budget H1

parent 717a7012
No related branches found
No related tags found
1 merge request!10160Strip cost budget H1
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
App.Budget.costs = function() { App.Budget.costs = function() {
const f = new DocumentFragment(); const f = new DocumentFragment();
App.UI.DOM.appendNewElement("h1", f, "Costs Budget");
f.append(intro()); f.append(intro());
if (V.difficultySwitch === 1) { if (V.difficultySwitch === 1) {
f.append(economy()); f.append(economy());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment