From 8a5b3af482a775957526dd82923b67aa6292da84 Mon Sep 17 00:00:00 2001 From: Darren Semotiuk <106487066+DarrenSem@users.noreply.github.com> Date: Fri, 5 Jan 2024 21:12:47 -0700 Subject: [PATCH] Re-enabled call to CSSpreloadClasses() --- catan-gen.js | 2 +- index-single-file-with-data-urls.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catan-gen.js b/catan-gen.js index 78ee25e..3710dd1 100644 --- a/catan-gen.js +++ b/catan-gen.js @@ -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" ); diff --git a/index-single-file-with-data-urls.html b/index-single-file-with-data-urls.html index 2d6c2ec..c52b0a1 100644 --- a/index-single-file-with-data-urls.html +++ b/index-single-file-with-data-urls.html @@ -947,7 +947,7 @@