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
3410faf8
Commit
3410faf8
authored
Aug 03, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CE->EE: Resolve some more JS conflicts
parent
dff58616
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
app/assets/javascripts/main.js
app/assets/javascripts/main.js
+0
-3
app/assets/javascripts/profile/gl_crop.js
app/assets/javascripts/profile/gl_crop.js
+0
-5
No files found.
app/assets/javascripts/main.js
View file @
3410faf8
...
...
@@ -151,7 +151,6 @@ import './syntax_highlight';
import
'
./dispatcher
'
;
<<<<<<<
HEAD
// EE-only scripts
import
'
./admin_email_select
'
;
import
'
./application_settings
'
;
...
...
@@ -160,8 +159,6 @@ import './ldap_groups_select';
import
'
./path_locks
'
;
import
'
./weight_select
'
;
=======
>>>>>>>
ce
/
master
// eslint-disable-next-line global-require, import/no-commonjs
if
(
process
.
env
.
NODE_ENV
!==
'
production
'
)
require
(
'
./test_utils/
'
);
...
...
app/assets/javascripts/profile/gl_crop.js
View file @
3410faf8
/* eslint-disable no-useless-escape, max-len, quotes, no-var, no-underscore-dangle, func-names, space-before-function-paren, no-unused-vars, no-return-assign, object-shorthand, one-var, one-var-declaration-per-line, comma-dangle, consistent-return, class-methods-use-this, new-parens */
<<<<<<<
HEAD
import
_
from
'
underscore
'
;
import
'
vendor/cropper
'
;
=======
import
'
cropper
'
;
import
_
from
'
underscore
'
;
>>>>>>>
ce
/
master
((
global
)
=>
{
// Matches everything but the file name
...
...
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