minor fixes
This commit is contained in:
parent
c61623198e
commit
9636670336
@ -2918,7 +2918,7 @@ function removeStockPorftolio() {
|
|||||||
body: JSON.stringify(remove_stock_symbol),
|
body: JSON.stringify(remove_stock_symbol),
|
||||||
});
|
});
|
||||||
|
|
||||||
document.getElementById('removed-stock-p').innerHTML = 'Stock Position Removed!';
|
document.getElementById('stockremoved-p').innerHTML = 'Stock Position Removed!';
|
||||||
document.getElementById('removed-stock-p').style.display = "block";
|
document.getElementById('removed-stock-p').style.display = "block";
|
||||||
setTimeout(function hideElement() {
|
setTimeout(function hideElement() {
|
||||||
document.getElementById('removed-stock-p').style.display = "none";
|
document.getElementById('removed-stock-p').style.display = "none";
|
||||||
@ -2926,7 +2926,7 @@ function removeStockPorftolio() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
document.getElementById('removed-stock-p').innerHTML = 'No symbol selected.';
|
document.getElementById('stockremoved-p').innerHTML = 'No symbol selected.';
|
||||||
document.getElementById('removed-stock-p').style.display = "block";
|
document.getElementById('removed-stock-p').style.display = "block";
|
||||||
setTimeout(function hideElement() {
|
setTimeout(function hideElement() {
|
||||||
document.getElementById('removed-stock-p').style.display = "none";
|
document.getElementById('removed-stock-p').style.display = "none";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user