Commit af569f32 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'project-dropdown-link-click-fix' into 'master'

Fixed issue with project dropdown links not being clickable



See merge request !3870
parents 99c4513e 4b0992e0
......@@ -10,8 +10,8 @@ class @IssuableContext
$(this).submit()
$(document)
.off 'click', '.dropdown-content a'
.on 'click', '.dropdown-content a', (e) ->
.off 'click', '.issuable-sidebar .dropdown-content a'
.on 'click', '.issuable-sidebar .dropdown-content a', (e) ->
e.preventDefault()
$(document)
......
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