fixed wrong power supply info

This commit is contained in:
Woody 2023-10-29 19:04:54 +01:00
parent 1dab26bcbc
commit 284366e6bb
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -26,8 +26,8 @@
// success event // success event
scE.addEventListener("load", () => { scE.addEventListener("load", () => {
GetV(); GetV();
checkSi();
setABL(); setABL();
checkSi();
d.Sf.addEventListener("submit", trySubmit); d.Sf.addEventListener("submit", trySubmit);
if (d.um_p[0]==-1) d.um_p.shift(); if (d.um_p[0]==-1) d.um_p.shift();
pinDropdowns(); pinDropdowns();