From 1070431bcca19ae2302449acabd7f7e53282c4e0 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sun, 29 Jun 2025 14:46:25 -0400 Subject: [PATCH] chore: updates --- javascript/view-counter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/view-counter.js b/javascript/view-counter.js index 21c353c..588b489 100644 --- a/javascript/view-counter.js +++ b/javascript/view-counter.js @@ -20,7 +20,7 @@ xhttp.onreadystatechange = function () { }; xhttp.open( "GET", - "https://venith.net/counter.php?sitename=venith", + "https://www.venith.net/counter.php?sitename=venith", true ); xhttp.send();