Remove extra closing script tag

This commit is contained in:
Brian McKenna 2024-08-27 12:11:19 +00:00
parent c95fa88bc7
commit 7285c23b3e

View file

@ -155,7 +155,6 @@ String settings_processor(const String& var) {
"XMLHttpRequest();xhr.onload=editComplete;xhr.onerror=editError;xhr.open('GET','/"
"updateMaxDischargeA?value='+value,true);xhr.send();}else{alert('Invalid value. Please enter a value between 0 "
"and 1000.0');}}}";
content += "</script>";
#ifdef TEST_FAKE_BATTERY
content +=