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
00f76de0
Commit
00f76de0
authored
Oct 05, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove new subgroup/project droplab button initialization
parent
4e88ca12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
app/assets/javascripts/groups/index.js
app/assets/javascripts/groups/index.js
+0
-7
No files found.
app/assets/javascripts/groups/index.js
View file @
00f76de0
...
...
@@ -4,7 +4,6 @@ import Vue from 'vue';
import
Translate
from
'
../vue_shared/translate
'
;
import
GroupFilterableList
from
'
./groups_filterable_list
'
;
import
NewGroupChild
from
'
./new_group_child
'
;
import
GroupsStore
from
'
./store/groups_store
'
;
import
GroupsService
from
'
./service/groups_service
'
;
...
...
@@ -16,7 +15,6 @@ Vue.use(Translate);
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
const
el
=
document
.
getElementById
(
'
js-groups-tree
'
);
const
newGroupChildWrapper
=
document
.
querySelector
(
'
.js-new-project-subgroup
'
);
// Don't do anything if element doesn't exist (No groups)
// This is for when the user enters directly to the page via URL
...
...
@@ -27,11 +25,6 @@ document.addEventListener('DOMContentLoaded', () => {
Vue
.
component
(
'
group-folder
'
,
groupFolderComponent
);
Vue
.
component
(
'
group-item
'
,
groupItemComponent
);
if
(
newGroupChildWrapper
)
{
// eslint-disable-next-line no-new
new
NewGroupChild
(
newGroupChildWrapper
);
}
// eslint-disable-next-line no-new
new
Vue
({
el
,
...
...
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