Skip to content
Snippets Groups Projects
Commit 08dd831f authored by Phil Hughes's avatar Phil Hughes Committed by Jacob Schatz
Browse files

Fixed the active branch selected indicator

parent f9750b49
No related branches found
No related tags found
1 merge request!7239Improved ref switcher dropdown performance
Loading
Loading
@@ -90,7 +90,7 @@
} else {
var link = refLink.cloneNode(false);
 
if (ref.name === selected) {
if (ref === selected) {
link.className = 'is-active';
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment