Skip to content

Commit

Permalink
Fixed a bug whereby all collapsed sections aren't expanded when docte…
Browse files Browse the repository at this point in the history
…sts fail.
  • Loading branch information
toolness committed May 20, 2011
1 parent aa02e6e commit 34b4780
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/index.html
Expand Up @@ -155,9 +155,11 @@

$('span.doctest-example-prompt').remove();
$('span.doctest-example-code').syntaxHighlight('javascript');
} else
$('.more-link').click();

} else {
$('#container .more-link').remove();
$('.more').show();
}

$('#please-wait').fadeOut(function() {
if (numFailed == 0)
$("#all-tests-passed").fadeIn();
Expand Down

0 comments on commit 34b4780

Please sign in to comment.