deleteGlobalPortfolioSettings added
This commit is contained in:
parent
046775c2d3
commit
d5c3f032c4
@ -655,6 +655,17 @@ allFeaturesRemoveBtns.map((value, index) => {
|
||||
});
|
||||
displaySavePrompt2();
|
||||
}
|
||||
else if ((item.getAttribute("class") == "active") && (index == 26 )){
|
||||
let symbol = item.innerText;
|
||||
item.remove();
|
||||
uploaded_images = [];
|
||||
uploaded_GIFs = [];
|
||||
fetch("/deleteGlobalPortfolioSettings", {
|
||||
method: "POST",
|
||||
body: JSON.stringify(symbol),
|
||||
});
|
||||
displaySavePrompt2();
|
||||
}
|
||||
else if (item.getAttribute("class") == "active") {
|
||||
item.remove();
|
||||
uploaded_images = [];
|
||||
|
Loading…
Reference in New Issue
Block a user