From 81fdb717e3dacfa4e87811abe47b1e4a6cf84f1e Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Sat, 30 Jan 2021 14:37:31 +0100 Subject: [PATCH] documentation --- src/js/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/index.js b/src/js/index.js index 1b4896c..b6e6d7c 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -4,10 +4,10 @@ require("../css/fontello.css"); require("../css/simpleicon.css"); require("../css/style.css"); -// meta tags (social) +// required for meta tags (social) to be visible by Webpack require("../img/thumbnail1200x628.jpg"); -// Instantly load test file (Debugging script) +// Instantly load test save file from .json (fast Debugging script) // require("./LoadJson.js"); // Google Analytics start script @@ -16,5 +16,5 @@ require("./analytics.js") // Load Save File for opening files, decoding, decryption require("./LoadSaveFile.js"); -// Main script for analyzing the decoded save file +// Main script for analyzing the decoded save file and generating the page on the fly require("./HKCheckCompletion.js"); \ No newline at end of file