Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
davedude1011 authored Dec 6, 2023
1 parent 1f8dbdd commit ce2de1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion function.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)"
}
}

Expand All @@ -583,7 +585,9 @@ function BookworkCheck() {
}
}
}
catch{}
catch{
console.log("LIUGHBRUKYGHBRKYIU")
}
}
function InitializeCanvas() {
document.addEventListener('contextmenu', function(event) {
Expand Down

0 comments on commit ce2de1f

Please sign in to comment.