From 78afd663087e83c19f1ebba2cef1162e602a657a Mon Sep 17 00:00:00 2001 From: liamcottle Date: Thu, 19 Dec 2024 23:27:13 +1300 Subject: [PATCH] update info alert before wiping eeprom --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fceb054..515d39f 100644 --- a/index.html +++ b/index.html @@ -1276,7 +1276,7 @@ } // ask user to confirm - if(!confirm("Are you sure you want to wipe the eeprom on this device?")){ + if(!confirm("Are you sure you want to wipe the eeprom on this device? This will take about 30 seconds. An alert will show when the eeprom wipe has finished.")){ return; }