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 Nov 25, 2023
1 parent c4f47d0 commit db872f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ function BaseButtonClick() {
let Result = document.querySelector('[class^="_ResultMessage_"]').textContent
KeepChecking = false

if (Result == "Correct") {
if (Result == "Correct!") {
BookworkArray.push(NewBookwork)
localStorage.setItem("BookworkArray", JSON.stringify(BookworkArray))
}
Expand Down

0 comments on commit db872f2

Please sign in to comment.