diff --git a/assets/js/app.js b/assets/js/app.js index 29a7ba9..2a169a5 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -20081,13 +20081,13 @@ setInterval(() => { if (parentForm && !parentForm.querySelector('.btn-edit-catalog-shortcut')) { // Création du bouton bleu - const editBtn = document.createElement('button'); - editBtn.type = 'button'; - editBtn.className = 'btn btn-large btn-edit-catalog-shortcut'; + //const editBtn = document.createElement('button'); + //editBtn.type = 'button'; + // editBtn.className = 'btn btn-large btn-edit-catalog-shortcut'; // editBtn.innerText = '✏️ Modifier la fiche produit (Catégorie)'; // Style identique à tes captures d'écran - editBtn.style.cssText = 'margin-bottom: 12px; background-color: #1976d2; color: white; width: 100%; border: none; border-radius: 8px; padding: 14px; font-size: 16px; font-weight: bold; cursor: pointer; display: block; text-align: center;'; + // editBtn.style.cssText = 'margin-bottom: 12px; background-color: #1976d2; color: white; width: 100%; border: none; border-radius: 8px; padding: 14px; font-size: 16px; font-weight: bold; cursor: pointer; display: block; text-align: center;'; // Logique de clic pour basculer vers le catalogue editBtn.onclick = function(e) {