Suppression bouton ok dans la boite de dialog

This commit is contained in:
Michael RICOIS 2012-01-04 08:30:54 +00:00
parent 15b6fb860e
commit f40de036cc

View File

@ -166,9 +166,6 @@ $(document).ready(function(){
$(this).load(href);
},
buttons: {
Ok: function() {
},
Annuler: function() { $(this).dialog('close'); }
},
close: function() { $('#dialogsaveciblage').remove(); }