From ce2de1fdc5ec56aba36c635e047c90674efd8de8 Mon Sep 17 00:00:00 2001 From: davedude1011 <151575930+davedude1011@users.noreply.github.com> Date: Wed, 6 Dec 2023 19:14:57 +0000 Subject: [PATCH] Add files via upload --- function.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/function.js b/function.js index 595c196..473af35 100644 --- a/function.js +++ b/function.js @@ -567,6 +567,8 @@ function BookworkCheck() { for (let i = 0; i < BookworkArray.length; i++) { if (BookworkArray[i].code == Code) { FittingHTML.push(BookworkArray[i].answer) + document.querySelector('[class*="_Chip_"]').innerHTML = BookworkArray[i].answer + document.querySelector('[class*="_Subtitle_"]').textContent = "A little hint :)" } } @@ -583,7 +585,9 @@ function BookworkCheck() { } } } - catch{} + catch{ + console.log("LIUGHBRUKYGHBRKYIU") + } } function InitializeCanvas() { document.addEventListener('contextmenu', function(event) {