add super important console message

This commit is contained in:
Dominik V. Salonen 2018-03-15 16:45:40 +01:00
parent cca6421492
commit 4fbd801328
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ function httpGet(myUrl, callback) {
function activatePage(navbutt, source) {
resetButtons();
navbutt.className += " active";
console.log("there's absolutely no reason for this site to use ajax lmao");
httpGet(source, setContent);
}