Commit 08dd831f authored by Phil Hughes's avatar Phil Hughes Committed by Jacob Schatz

Fixed the active branch selected indicator

parent f9750b49
......@@ -90,7 +90,7 @@
} else {
var link = refLink.cloneNode(false);
if (ref.name === selected) {
if (ref === selected) {
link.className = 'is-active';
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment