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:
Eric Allen 2009-11-04 22:43:21 -05:00
parent 42cbe52224
commit 2bf48a15cb
4 changed files with 13 additions and 0 deletions

View file

@ -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);