Skip to content

Commit

Permalink
Re-enabled call to CSSpreloadClasses()
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenSem authored Jan 6, 2024
1 parent 2b469d3 commit 8a5b3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catan-gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ const CSSpreloadClasses = (doc, msDelay, ...classes) => {

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-single-file-with-data-urls.html
Original file line number Diff line number Diff line change
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

0 comments on commit 8a5b3af

Please sign in to comment.