mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 02:30:12 +01:00
Bug #300: Displays pending state and successor information
Pending state is displayed in the date_span. Successor information is displayed in the tooltip of a successor icon placed after the action description. Conflicts: app/helpers/todos_helper.rb public/javascripts/application.js
This commit is contained in:
parent
2bf48a15cb
commit
6d97bca57f
7 changed files with 16 additions and 10 deletions
|
|
@ -247,7 +247,7 @@ $(document).ready(function() {
|
|||
$(this).next().toggle("fast"); return false;
|
||||
});
|
||||
|
||||
$(".show_dependencies").live('click', function () {
|
||||
$(".show_successors").live('click', function () {
|
||||
$(this).next().toggle("fast"); return false;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue