mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-01 23:08:49 +01:00
Bug #300: Added infrastructure for collapsible dependency block, similar to todo notes.
Conflicts: app/views/layouts/standard.html.erb public/javascripts/application.js
This commit is contained in:
parent
42cbe52224
commit
2bf48a15cb
4 changed files with 13 additions and 0 deletions
|
|
@ -247,6 +247,10 @@ $(document).ready(function() {
|
|||
$(this).next().toggle("fast"); return false;
|
||||
});
|
||||
|
||||
$(".show_dependencies").live('click', function () {
|
||||
$(this).next().toggle("fast"); return false;
|
||||
});
|
||||
|
||||
/* fade flashes and alerts in automatically */
|
||||
$(".alert").fadeOut(8000);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue