From a9facf3d806fec2c394e289e909248e758155eed Mon Sep 17 00:00:00 2001 From: unlishema Date: Sat, 20 Sep 2025 14:29:47 -0400 Subject: [PATCH] Adjusted the alert --- dist/dev.html | 2 +- src/dev.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0