From 31743e2e6e5ab79bc719a2d0106092c55f086d00 Mon Sep 17 00:00:00 2001 From: "Mar.Gregorios Orthodox Church" <126573091+margregorioschurch@users.noreply.github.com> Date: Sat, 4 Nov 2023 07:43:34 +0000 Subject: [PATCH] Update visitors.js --- js/visitors.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/visitors.js b/js/visitors.js index 46e97d1..d535919 100644 --- a/js/visitors.js +++ b/js/visitors.js @@ -1,4 +1,3 @@ -//const countEl=document.getElementById("CounterVisitor");function updateVisitCount(){fetch("https://api.countapi.xyz/update/mgm/visits/?amount=1").then(t=>t.json()).then(t=>{countEl.innerHTML=t.value})}updateVisitCount(); const button1 = document.querySelector("button1"); function isTweening() { @@ -94,4 +93,4 @@ button1.addEventListener("click", function (e) { "+=1" ); }); - +//const countEl=document.getElementById("CounterVisitor");function updateVisitCount(){fetch("https://api.countapi.xyz/update/mgm/visits/?amount=1").then(t=>t.json()).then(t=>{countEl.innerHTML=t.value})}updateVisitCount();