mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
journey deletion verification: we're not limited to trains anymore
Closes #133
This commit is contained in:
parent
a0bd839594
commit
c4c93e3776
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ function tvly_reg_handlers() {
|
|||
checkin: link.data('checkin'),
|
||||
checkout: link.data('checkout'),
|
||||
};
|
||||
var really_delete = confirm("Diese Zugfahrt wirklich löschen? Der Eintrag wird sofort aus der Datenbank entfernt und kann nicht wiederhergestellt werden.");
|
||||
var really_delete = confirm("Diese Fahrt wirklich löschen? Der Eintrag wird sofort aus der Datenbank entfernt und kann nicht wiederhergestellt werden.");
|
||||
if (really_delete) {
|
||||
tvly_run(link, req);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue