From 54fb7390457d33a79f232fdcc6c3a0362443f4a7 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Thu, 10 Feb 2022 19:05:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Uncommented=20loadCSS=20function?= =?UTF-8?q?=20call?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index e867b10..a196ac0 100644 --- a/script.js +++ b/script.js @@ -179,4 +179,4 @@ document.querySelectorAll('.projects-list article').forEach(function (a) { }; }); -// loadCSS(); // Loading non-essential CSS when everything else is loaded. +loadCSS(); // Loading non-essential CSS when everything else is loaded.