Suppression javascript
This commit is contained in:
parent
791e5c14ad
commit
1da719624c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user