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
4efbf574
Commit
4efbf574
authored
Oct 17, 2017
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CE->EE] Resolve *.js
parent
cdca89df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+0
-7
app/assets/javascripts/main.js
app/assets/javascripts/main.js
+0
-3
No files found.
app/assets/javascripts/dispatcher.js
View file @
4efbf574
...
...
@@ -31,12 +31,8 @@ import CILintEditor from './ci_lint_editor';
import
Labels
from
'
./labels
'
;
import
LabelManager
from
'
./label_manager
'
;
/* global Sidebar */
<<<<<<<
HEAD
/* global WeightSelect */
/* global AdminEmailSelect */
=======
>>>>>>>
3
fa410c831dac1dd1a74a14260ed99a5920218f8
import
CommitsList
from
'
./commits
'
;
import
Issue
from
'
./issue
'
;
import
BindInOut
from
'
./behaviors/bind_in_out
'
;
...
...
@@ -470,7 +466,6 @@ import initGroupAnalytics from './init_group_analytics';
new
TreeView
();
new
BlobViewer
();
new
NewCommitForm
(
$
(
'
.js-create-dir-form
'
));
<<<<<<<
HEAD
if
(
document
.
querySelector
(
'
.js-tree-content
'
).
dataset
.
pathLocksAvailable
===
'
true
'
)
{
PathLocks
.
init
(
...
...
@@ -479,8 +474,6 @@ import initGroupAnalytics from './init_group_analytics';
);
}
=======
>>>>>>>
3
fa410c831dac1dd1a74a14260ed99a5920218f8
$
(
'
#tree-slider
'
).
waitForImages
(
function
()
{
ajaxGet
(
document
.
querySelector
(
'
.js-tree-content
'
).
dataset
.
logsPath
);
});
...
...
app/assets/javascripts/main.js
View file @
4efbf574
...
...
@@ -340,16 +340,13 @@ $(function () {
gl
.
utils
.
visitUrl
(
`
${
action
}${
$
(
this
).
serialize
()}
`
);
});
<<<<<<<
HEAD
/**
* EE specific scripts
*/
$
(
'
#modal-upload-trial-license
'
).
modal
(
'
show
'
);
=======
const
flashContainer
=
document
.
querySelector
(
'
.flash-container
'
);
if
(
flashContainer
&&
flashContainer
.
children
.
length
)
{
removeFlashClickListener
(
flashContainer
.
children
[
0
]);
}
>>>>>>>
3
fa410c831dac1dd1a74a14260ed99a5920218f8
});
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