1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

confirm before a factory reset

This commit is contained in:
andreas
2021-11-02 21:32:48 +01:00
parent 301783ae40
commit 9174f7d086
2 changed files with 5 additions and 1 deletions

View File

@@ -103,6 +103,10 @@
})
}
function factoryReset(){
if (! confirm("Really delete all configuration?\n"+
"This will reset all your Wifi settings and disconnect you.")){
return;
}
getJson("/api/resetConfig")
.then(function(status){
alertRestart();