Merge branch 'deps'

This commit is contained in:
Eric Allen 2009-11-26 02:04:54 -05:00
commit 34aeb83891
31 changed files with 571 additions and 37 deletions

View file

@ -247,6 +247,10 @@ $(document).ready(function() {
$(this).next().toggle("fast"); return false;
});
$(".show_successors").live('click', function () {
$(this).next().toggle("fast"); return false;
});
/* fade flashes and alerts in automatically */
$(".alert").fadeOut(8000);