display prompt added to add buttons clicked
This commit is contained in:
parent
781383098b
commit
a6d0f3f102
@ -738,6 +738,7 @@ allFeaturesSelectAddBtn.map((value, index) => {
|
||||
allFeatures[index].appendChild(tag);
|
||||
changeVarValue();
|
||||
addEventOnFeaturesList();
|
||||
displaySavePrompt2();
|
||||
});
|
||||
}
|
||||
});
|
||||
@ -975,6 +976,7 @@ allFeaturesTextAddBtn.map((value, index) => {
|
||||
allFeatures[index].appendChild(tag);
|
||||
changeVarValue();
|
||||
addEventOnFeaturesList();
|
||||
displaySavePrompt2();
|
||||
createLi = false;
|
||||
}
|
||||
}
|
||||
@ -1630,6 +1632,7 @@ allFeaturesFileAddBtn.map((value, index) => {
|
||||
imagesFile.value = "";
|
||||
changeVarValue();
|
||||
addEventOnFeaturesList();
|
||||
displaySavePrompt2();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user