From 2d3a17ec0c6cd4971d493061cb65e956b7568650 Mon Sep 17 00:00:00 2001 From: Jules Dubois Date: Wed, 24 Jun 2026 00:38:45 +0200 Subject: [PATCH] debug: app.alert dans cExec du menu Livret Co-Authored-By: Claude Opus 4.6 --- acrobat-plugin/src/Imposition-00-Core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acrobat-plugin/src/Imposition-00-Core.js b/acrobat-plugin/src/Imposition-00-Core.js index 788706b..1ade93f 100755 --- a/acrobat-plugin/src/Imposition-00-Core.js +++ b/acrobat-plugin/src/Imposition-00-Core.js @@ -241,7 +241,7 @@ try { cName: "CDImpLivret", cUser: "Livret / Delivretiser", cParent: "ImpositionPro", - cExec: "if(CDImp.Livret&&CDImp.Livret.lancer)CDImp.Livret.lancer(event.target);", + cExec: "try{app.alert('Livret: lancement...');CDImp.Livret.lancer(event.target);}catch(e){app.alert('Erreur: '+e);}", cEnable: "event.rc = true;", nPos: 0 });