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
c43ddc29
Commit
c43ddc29
authored
Jan 12, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve dispatcher.js
parent
2e8d3188
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+0
-12
No files found.
app/assets/javascripts/dispatcher.js
View file @
c43ddc29
...
...
@@ -115,7 +115,6 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
});
});
<<<<<<<
HEAD
function
initBlobEE
()
{
const
dataEl
=
document
.
getElementById
(
'
js-file-lock
'
);
...
...
@@ -129,8 +128,6 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
}
}
=======
>>>>>>>
upstream
/
master
const
filteredSearchEnabled
=
gl
.
FilteredSearchManager
&&
document
.
querySelector
(
'
.filtered-search
'
);
switch
(
page
)
{
...
...
@@ -484,20 +481,14 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
.
then
(
callDefault
)
.
catch
(
fail
);
shortcut_handler
=
true
;
<<<<<<<
HEAD
initBlobEE
();
=======
>>>>>>>
upstream
/
master
break
;
case
'
projects:blame:show
'
:
import
(
'
./pages/projects/blame/show
'
)
.
then
(
callDefault
)
.
catch
(
fail
);
shortcut_handler
=
true
;
<<<<<<<
HEAD
initBlobEE
();
=======
>>>>>>>
upstream
/
master
break
;
case
'
groups:labels:new
'
:
case
'
groups:labels:edit
'
:
...
...
@@ -611,14 +602,11 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
.
then
(
callDefault
)
.
catch
(
fail
);
break
;
<<<<<<<
HEAD
case
'
profiles:personal_access_tokens:index
'
:
import
(
'
./pages/profiles/personal_access_tokens
'
)
.
then
(
callDefault
)
.
catch
(
fail
);
break
;
=======
>>>>>>>
upstream
/
master
case
'
projects:clusters:show
'
:
import
(
/* webpackChunkName: "clusters" */
'
./clusters/clusters_bundle
'
)
.
then
(
cluster
=>
new
cluster
.
default
())
// eslint-disable-line new-cap
...
...
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