Better @INC fiddling and degenerate case for ProgressTree

This commit is contained in:
Paul Driver 2010-11-08 07:54:14 -06:00
parent f14545ec12
commit bb8753cd2a
7 changed files with 49 additions and 23 deletions

View file

@ -73,7 +73,7 @@ my $template = <<'TEMPLATE';
finished += 1;
}
if (asset.focus) {
li.className += 'focus';
YAHOO.util.Dom.addClass(li, 'focus');
focus = asset.url;
}
li.appendChild(document.createTextNode(txt));