]> Slayer Assistant Repositories - slayer.unlishema.org/.git/commitdiff
Adjusted the alert
authorunlishema <unlishema@jtryba.com>
Sat, 20 Sep 2025 18:29:47 +0000 (14:29 -0400)
committerunlishema <unlishema@jtryba.com>
Sat, 20 Sep 2025 18:29:47 +0000 (14:29 -0400)
dist/dev.html
src/dev.html

index 0e9cb787f5a498fde70c07cf67dac10bfa68284b..3a8229d2f2841148275d726a68d7938b8b0e75d2 100644 (file)
                     localStorage.removeItem(key);
                 }
             });
-            alert("Cache cleared!");
+            alert(`${oldschool ? "OSRS" : "RS3"} Cache cleared!`);
         }
 
         // Function to handle changes in the search input
index 0e9cb787f5a498fde70c07cf67dac10bfa68284b..3a8229d2f2841148275d726a68d7938b8b0e75d2 100644 (file)
                     localStorage.removeItem(key);
                 }
             });
-            alert("Cache cleared!");
+            alert(`${oldschool ? "OSRS" : "RS3"} Cache cleared!`);
         }
 
         // Function to handle changes in the search input