Fixed the active branch selected indicator

This commit is contained in:
Phil Hughes 2016-11-03 12:25:08 +00:00 committed by Jacob Schatz
parent f9750b4912
commit 08dd831f02
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
} else {
var link = refLink.cloneNode(false);
if (ref.name === selected) {
if (ref === selected) {
link.className = 'is-active';
}