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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
750dad63
Commit
750dad63
authored
Jan 23, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve dispatcher.js
parent
394a6e70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+0
-9
No files found.
app/assets/javascripts/dispatcher.js
View file @
750dad63
...
...
@@ -19,7 +19,6 @@ import Shortcuts from './shortcuts';
import
ShortcutsIssuable
from
'
./shortcuts_issuable
'
;
import
Diff
from
'
./diff
'
;
import
SearchAutocomplete
from
'
./search_autocomplete
'
;
<<<<<<<
HEAD
// EE-only
import
UsersSelect
from
'
./users_select
'
;
...
...
@@ -29,8 +28,6 @@ import initGroupAnalytics from 'ee/init_group_analytics'; // eslint-disable-line
import
initPathLocks
from
'
ee/path_locks
'
;
// eslint-disable-line import/first
import
initApprovals
from
'
ee/approvals
'
;
// eslint-disable-line import/first
import
initLDAPGroupsSelect
from
'
ee/ldap_groups_select
'
;
// eslint-disable-line import/first
=======
>>>>>>>
upstream
/
master
(
function
()
{
var
Dispatcher
;
...
...
@@ -351,12 +348,9 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
.
then
(
callDefault
)
.
catch
(
fail
);
shortcut_handler
=
true
;
<<<<<<<
HEAD
// ee-start
initGeoInfoModal
();
// ee-end
=======
>>>>>>>
upstream
/
master
break
;
case
'
projects:edit
'
:
import
(
'
./pages/projects/edit
'
)
...
...
@@ -527,13 +521,10 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
import
(
'
./pages/projects/settings/repository/show
'
)
.
then
(
callDefault
)
.
catch
(
fail
);
<<<<<<<
HEAD
// ee-start
new
UsersSelect
();
new
UserCallout
();
// ee-end
=======
>>>>>>>
upstream
/
master
break
;
case
'
projects:settings:ci_cd:show
'
:
import
(
'
./pages/projects/settings/ci_cd/show
'
)
...
...
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