From 4fbd801328a20e50d841a624eaa8150e00c72bb0 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 15 Mar 2018 16:45:40 +0100 Subject: [PATCH] add super important console message --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 785aef5..13fe976 100755 --- a/main.js +++ b/main.js @@ -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); }