BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
a1152e19
Commit
a1152e19
authored
May 05, 2015
by
dreis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Firefox problems when it wants to render issuable component
parent
1132084d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
dispatcher.js.coffee
app/assets/javascripts/dispatcher.js.coffee
+7
-0
_issuable_filter.html.haml
app/views/shared/_issuable_filter.html.haml
+0
-2
No files found.
app/assets/javascripts/dispatcher.js.coffee
View file @
a1152e19
...
...
@@ -112,6 +112,13 @@ class Dispatcher
new
NamespaceSelect
()
when
'dashboard'
shortcut_handler
=
new
ShortcutsDashboardNavigation
()
switch
path
[
1
]
when
'issues'
,
'merge_requests'
new
UsersSelect
()
when
'groups'
switch
path
[
1
]
when
'issues'
,
'merge_requests'
new
UsersSelect
()
when
'profiles'
new
Profile
()
when
'projects'
...
...
app/views/shared/_issuable_filter.html.haml
View file @
a1152e19
...
...
@@ -51,8 +51,6 @@
=
button_tag
"Update issues"
,
class:
"btn update_selected_issues btn-save"
:coffeescript
new UsersSelect()
$('form.filter-form').on 'submit', (event) ->
event.preventDefault()
Turbolinks.visit @.action + '&' + $(@).serialize()
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