Skip to content

Commit

Permalink
fixed punishment
Browse files Browse the repository at this point in the history
  • Loading branch information
deilann committed Sep 30, 2023
1 parent 5930706 commit 91396f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k-graphing/kApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function populate() {
details.innerHTML = `Oh yay another warning to put with your other ${noWarns} warnings. It's kind of concerning how little you care about NO. (It means no.)`
noWarns++
} else {
window.location = './apologize.html';
window.location.pathname = '/k-graphing/apologize.html';
}

noCount = 0
Expand Down

0 comments on commit 91396f9

Please sign in to comment.