mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 03:26:07 +10:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user