agenda: fixing the url of editing a room schedule

Closes #3308
This commit is contained in:
Serghei Mihai 2013-07-22 12:34:56 +02:00
parent e70280acda
commit a9b5c9c41a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ function enable_events(base) {
event_dialog(new_appointment_url, 'Nouveau rendez-vous', '850px', 'Ajouter');
});
$(base).find('.edit-appointment').click(function() {
event_dialog("update-rdv/" + $(this).data('event-id') , 'Modifier rendez-vous', '850px', 'Modifier');
event_dialog("../update-rdv/" + $(this).data('event-id') , 'Modifier rendez-vous', '850px', 'Modifier');
return false;
});
$(base).find('.newevent').click(function() {