Changement du nom du bouton

This commit is contained in:
Michael RICOIS 2012-07-26 14:04:18 +00:00
parent bf0d109eaa
commit c2bd5bd412

View File

@ -45,7 +45,7 @@ $(document).ready(function(){
//@todo : ...
$(this).load('/comptage/savedialog');
},
Annuler: function() { $(this).dialog('close'); }
Fermer: function() { $(this).dialog('close'); }
},
close: function() { $('#dialog').remove(); }
};