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