Actualiser js/admin.js
This commit is contained in:
+2
-2
@@ -555,8 +555,8 @@ function openEanModal() {
|
|||||||
// 3. Ouvre votre formulaire manuel existant (Adaptez le nom selon votre code actuel)
|
// 3. Ouvre votre formulaire manuel existant (Adaptez le nom selon votre code actuel)
|
||||||
function openManualForm() {
|
function openManualForm() {
|
||||||
document.getElementById('add-choice-modal').classList.remove('open');
|
document.getElementById('add-choice-modal').classList.remove('open');
|
||||||
// Appelez ici la fonction qui ouvrait votre formulaire manuel d'ajout
|
// On appelle ici l'ancienne fonction qui ouvre le formulaire manuel
|
||||||
// Ex: openManualAddModal();
|
openAddModal();
|
||||||
}
|
}
|
||||||
|
|
||||||
function closeEanModal() {
|
function closeEanModal() {
|
||||||
|
|||||||
Reference in New Issue
Block a user