From a6d0f3f102e8ba5ec741854fc84dea17de2b3302 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 18 Jul 2023 18:26:52 +0800 Subject: [PATCH] display prompt added to add buttons clicked --- static/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/app.js b/static/app.js index 6ca3019..e2b5fce 100755 --- a/static/app.js +++ b/static/app.js @@ -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(); }); } });