Merge branch 'project-dropdown-link-click-fix' into 'master'
Fixed issue with project dropdown links not being clickable See merge request !3870
This commit is contained in:
commit
af569f32e9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue