fixed error

This commit is contained in:
Justin 2023-08-03 17:37:29 +08:00 committed by GitHub
parent a47f919866
commit b031fa0ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1298,7 +1298,7 @@ function getTradingSettings(page) {
else if (whatFeature == 1) {
let prepost = page.querySelectorAll(".prepost-select")[0].checked;
let portfolio = page.querySelectorAll(".portfolio-select")[0].checked;
let lohivol = page.querySelectorAll("lohivol-select")[0].checked;
let lohivol = page.querySelectorAll(".lohivol-select")[0].checked;
settings = {
prepost: prepost,
percent: percent,