Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Reagle committed Jun 26, 2012
2 parents 4dbfee5 + f9e04ae commit 9c37794
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,9 @@ <h1>End!</h1>
}
if (next) {
next.setAttribute("aria-selected", "true");
if (this.html.classList.contains("view")) {
next.scrollIntoView();
}
var video = next.$("video");
if (this.html.classList.contains("view")) {
next.scrollIntoView();
Expand Down

0 comments on commit 9c37794

Please sign in to comment.