Skip to content

Commit

Permalink
fixed HTML titles
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenSem authored Jan 6, 2024
1 parent b6e9f8c commit 2b469d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index-single-file-with-data-urls.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Catan Map Generator (with extra settings for our house rules) - Settlers of Catan Board Builder</title>
<title>(single-file for testing) Catan Map Generator (with extra settings for our house rules) - Settlers of Catan Board Builder</title>
<meta name="description"
content="Settlers of Catan Map Generator for normal and expansion. Speed* and feature improvements by Darren Semotiuk, original by Jamison Bunge.">

Expand Down Expand Up @@ -947,7 +947,7 @@ <h2>Generation Custom Rules</h2><br>

const initialLoad = evt => {

CSSpreloadClasses(doc, 9, globalResourceTypes);
// CSSpreloadClasses(doc, 9, globalResourceTypes);

const skipFillTiles = DEBUG_SKIP_FILLTILES_ON_LOAD
&& ( !!evt || !"evt NOT passed therefore NEVER skipFillTiles" );
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>split: Catan Map Generator (with extra settings for our house rules) - Settlers of Catan Board Builder</title>
<title>Catan Map Generator (with extra settings for our house rules) - Settlers of Catan Board Builder</title>
<meta name="description"
content="Settlers of Catan Map Generator for normal and expansion. Speed* and feature improvements by Darren Semotiuk, original by Jamison Bunge.">

Expand Down

0 comments on commit 2b469d3

Please sign in to comment.