X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageMinichat%2Fcommandes.js;fp=js%2FpageMinichat%2Fcommandes.js;h=dbcc76ab9dbee327949558f6a99fdfa2f07c86a1;hp=a8ee986e88112bd1a2b35317b4f1b4664e3e3bfb;hb=27c4a5ac9000ca933f28abfedbf9607f73619615;hpb=09608ab29e1c39ea51b51a5f8669dcde36efb306 diff --git a/js/pageMinichat/commandes.js b/js/pageMinichat/commandes.js index a8ee986..dbcc76a 100644 --- a/js/pageMinichat/commandes.js +++ b/js/pageMinichat/commandes.js @@ -102,7 +102,7 @@ euphorik.Commandes.prototype.exec = function(chaine) { } // commandes spéciales pour afficher l'aide : "?", "h", "help", "aide" if (nomCommande === "?" || nomCommande === "h" || nomCommande === "help" || nomCommande === "aide") { - this.util.messageDialogue( + this.util.messageDialog( this.texteAide, euphorik.Util.messageType.informatif, {"fermer" : function(){}},