Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
4b0992e0
Commit
4b0992e0
authored
8 years ago
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issue with project dropdown links not being clickable
parent
d5398e96
8-8-nxd
8.10-nxd
9-1-nxd
v8.16.0.pre
v8.16.0-rc1
v8.15.4
v8.15.3
v8.15.2
v8.15.1
v8.15.0
v8.15.0.pre
v8.15.0-rc6
v8.15.0-rc5
v8.15.0-rc4
v8.15.0-rc3
v8.15.0-rc2
v8.15.0-rc1
v8.14.6
v8.14.5
v8.14.4
v8.14.3
v8.14.2
v8.14.1
v8.14.0
v8.14.0.pre
v8.14.0-rc5
v8.14.0-rc4
v8.14.0-rc3
v8.14.0-rc1
v8.13.11
v8.13.10
v8.13.9
v8.13.8
v8.13.7
v8.13.6
v8.13.5
v8.13.4
v8.13.3
v8.13.2
v8.13.1
v8.13.0
v8.13.0.pre
v8.13.0-rc7
v8.13.0-rc6
v8.13.0-rc5
v8.13.0-rc4
v8.13.0-rc3
v8.13.0-rc2
v8.13.0-rc1
v8.12.13
v8.12.12
v8.12.11
v8.12.10
v8.12.9
v8.12.8
v8.12.7
v8.12.6
v8.12.5
v8.12.4
v8.12.3
v8.12.2
v8.12.1
v8.12.0
v8.12.0.pre
v8.12.0-rc7
v8.12.0-rc6
v8.12.0-rc5
v8.12.0-rc4
v8.12.0-rc3
v8.12.0-rc2
v8.12.0-rc1
v8.11.11
v8.11.10
v8.11.9
v8.11.8
v8.11.7
v8.11.6
v8.11.5
v8.11.4
v8.11.3
v8.11.2
v8.11.1
v8.11.0
v8.11.0.pre
v8.11.0-rc7
v8.11.0-rc6
v8.11.0-rc5
v8.11.0-rc4
v8.11.0-rc3
v8.11.0-rc2
v8.11.0-rc1
v8.10.13
v8.10.12
v8.10.11
v8.10.10
v8.10.9
v8.10.8
v8.10.7
v8.10.6
v8.10.5
v8.10.4
v8.10.3
v8.10.2
v8.10.1
v8.10.0
v8.10.0.pre
v8.10.0-rc13
v8.10.0-rc12
v8.10.0-rc11
v8.10.0-rc10
v8.10.0-rc9
v8.10.0-rc8
v8.10.0-rc7
v8.10.0-rc6
v8.10.0-rc5
v8.10.0-rc4
v8.10.0-rc3
v8.10.0-rc2
v8.10.0-rc1
v8.9.11
v8.9.10
v8.9.9
v8.9.8
v8.9.7
v8.9.6
v8.9.5
v8.9.4
v8.9.3
v8.9.2
v8.9.1
v8.9.0
v8.9.0-rc8
v8.9.0-rc7
v8.9.0-rc6
v8.9.0-rc5
v8.9.0-rc4
v8.9.0-rc3
v8.9.0-rc2
v8.9.0-rc1
v8.8.9
v8.8.8
v8.8.7
v8.8.6
v8.8.5
v8.8.4
v8.8.3
v8.8.2
v8.8.1
v8.8.0
v8.8.0-rc2
v8.8.0-rc1
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/issuable_context.js.coffee
app/assets/javascripts/issuable_context.js.coffee
+2
-2
No files found.
app/assets/javascripts/issuable_context.js.coffee
View file @
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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment