diff --git a/JavaScript/nutcounter/server/client/index.html b/JavaScript/nutcounter/server/client/index.html index 1d20c2c..f48e71e 100644 --- a/JavaScript/nutcounter/server/client/index.html +++ b/JavaScript/nutcounter/server/client/index.html @@ -21,7 +21,7 @@ -

****Track

+

WankTrack

diff --git a/JavaScript/nutcounter/server/client/reporter.html b/JavaScript/nutcounter/server/client/reporter.html index a757c04..683ffe1 100644 --- a/JavaScript/nutcounter/server/client/reporter.html +++ b/JavaScript/nutcounter/server/client/reporter.html @@ -21,9 +21,9 @@ -

****Track Reporter

+

WankTrack Reporter

- +
@@ -58,11 +58,6 @@ bar.progress = progress.value/100; } - function onMouse(e){ - console.log("Hello"); - bar.progress = Math.atan2(e.offsetY, e.offsetX); - } - function doChange(){ let request = new XMLHttpRequest(); request.open("POST", "/api/progress");