deleteGlobalPortfolioSettings added
This commit is contained in:
@@ -655,6 +655,17 @@ allFeaturesRemoveBtns.map((value, index) => {
|
|||||||
});
|
});
|
||||||
displaySavePrompt2();
|
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") {
|
else if (item.getAttribute("class") == "active") {
|
||||||
item.remove();
|
item.remove();
|
||||||
uploaded_images = [];
|
uploaded_images = [];
|
||||||
|
Reference in New Issue
Block a user