mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-08 10:18:50 +01:00
fix route for promote_to_project
This commit is contained in:
parent
793a2e3f29
commit
5660329e8e
2 changed files with 2 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ var TodoItems = {
|
|||
return false;
|
||||
});
|
||||
|
||||
/* delete button to delete a project from the list */
|
||||
/* delete button to delete a dependency from the list */
|
||||
$('.item-container a.delete_dependency_button').live('click', function(evt){
|
||||
var predecessor_id=$(this).attr("x_predecessors_id");
|
||||
var ajax_options = default_ajax_options_for_scripts('DELETE', this.href, $(this).parents('.item-container'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue