display portfolio checkbox flask
This commit is contained in:
parent
ab54618cca
commit
01d4a06765
@ -1208,7 +1208,7 @@ function getTradingSettings(page) {
|
||||
let symbols_el = page.querySelectorAll(".symbol-list")[0];
|
||||
let symbols = getListItems(symbols_el);
|
||||
|
||||
if (whatFeature == 1) {
|
||||
if ((whatFeature == 1) || (whatFeature == 2)) {
|
||||
let portfolio = page.querySelectorAll(".portfolio-select")[0].checked;
|
||||
settings = {
|
||||
percent: percent,
|
||||
|
Loading…
Reference in New Issue
Block a user