actes: page refreshes when deleting an act instead of going to 'today' page

Closes #3197
This commit is contained in:
Serghei Mihai 2013-07-25 21:47:53 +02:00
parent 89521eaf21
commit 639cc8b87a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
click: function () {
$(dialog).dialog('close');
generic_ajaxform_dialog(id + '/delete', "Supprimer l'acte",
'#acte-dlg', '500px', 'Oui', '..');
'#acte-dlg', '500px', 'Oui', window.location.href);
}
});