Skip to content

Commit

Permalink
Fixed missing bracket. Third time's a charm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Vandevelde committed Jun 4, 2010
1 parent 569f0f2 commit fe25b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/js/toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function checkSummaries() {
for(i = 0; i < sections.length; i++) {
var section_name = sections[i].select("div.el_visible > div > span")[0].getAttribute("id");
if(sections[i].select("div.el_visible")[0].visible() == false)
summarizeTracks(section_name);
//summarizeTracks(section_name);
}
}

Expand Down

0 comments on commit fe25b8d

Please sign in to comment.