Suppression javascript

This commit is contained in:
Michael RICOIS 2012-03-14 11:02:53 +00:00
parent 791e5c14ad
commit 1da719624c

View File

@ -31,14 +31,6 @@ Les informations permettant l'enrichissement seront enregistrées, après la sai
<label>Référence : </label><input type="text" name="ref">
</form>
<script>
$('#form[name=commande]').ajaxForm({
beforeSubmit: function() {
$('#update').html('Envoi en cours...');
},
success: function(data) {
$('#update').html(data);
}
});
$('#dialog').dialog({ buttons: [ {
text: "Valider",
click: function() {