Skip to content

Commit

Permalink
Merge pull request usablica#261 from AlexanderKoehn/master
Browse files Browse the repository at this point in the history
bugfix: Wrong bullet highlighted
  • Loading branch information
afshinm committed Jul 17, 2014
2 parents b0101ce + e7c3cfe commit 8b03565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
self.goToStep(this.getAttribute('data-stepnumber'));
};

if (i === 0) anchorLink.className = "active";
if (i === (targetElement.step-1)) anchorLink.className = "active";

anchorLink.href = 'javascript:void(0);';
anchorLink.innerHTML = " ";
Expand Down

0 comments on commit 8b03565

Please sign in to comment.