diff --git a/k-graphing/kApp.js b/k-graphing/kApp.js index 7a9fb55..7a76ff9 100644 --- a/k-graphing/kApp.js +++ b/k-graphing/kApp.js @@ -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