mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Merge pull request #779 from No-Signal/bug/fix_adv_bat_script
Removing duplicate start script
This commit is contained in:
commit
7140b68d07
1 changed files with 0 additions and 1 deletions
|
@ -1163,7 +1163,6 @@ String advanced_battery_processor(const String& var) {
|
||||||
content += "function goToMainPage() { window.location.href = '/'; }";
|
content += "function goToMainPage() { window.location.href = '/'; }";
|
||||||
content += "</script>";
|
content += "</script>";
|
||||||
content += "<script>";
|
content += "<script>";
|
||||||
content += "<script>";
|
|
||||||
content +=
|
content +=
|
||||||
"function askResetSOH() { if (window.confirm('Are you sure you want to reset degradation data? "
|
"function askResetSOH() { if (window.confirm('Are you sure you want to reset degradation data? "
|
||||||
"Note this should only be used on 2011-2017 24/30kWh batteries!')) { "
|
"Note this should only be used on 2011-2017 24/30kWh batteries!')) { "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue