Commit 383984b9 authored by Jacob Schatz's avatar Jacob Schatz Committed by Yorick Peterse

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

Fixed issue with project dropdown links not being clickable



See merge request !3870
parent 44a18c64
......@@ -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