From: unlishema Date: Sat, 20 Sep 2025 18:29:47 +0000 (-0400) Subject: Adjusted the alert X-Git-Url: https://git.slayer.unlishema.org/?a=commitdiff_plain;h=a9facf3d806fec2c394e289e909248e758155eed;p=slayer.unlishema.org%2F.git Adjusted the alert --- diff --git a/dist/dev.html b/dist/dev.html index 0e9cb78..3a8229d 100644 --- a/dist/dev.html +++ b/dist/dev.html @@ -233,7 +233,7 @@ localStorage.removeItem(key); } }); - alert("Cache cleared!"); + alert(`${oldschool ? "OSRS" : "RS3"} Cache cleared!`); } // Function to handle changes in the search input diff --git a/src/dev.html b/src/dev.html index 0e9cb78..3a8229d 100644 --- a/src/dev.html +++ b/src/dev.html @@ -233,7 +233,7 @@ localStorage.removeItem(key); } }); - alert("Cache cleared!"); + alert(`${oldschool ? "OSRS" : "RS3"} Cache cleared!`); } // Function to handle changes in the search input