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
2487974f
Commit
2487974f
authored
Sep 23, 2021
by
Brandon Labuschagne
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'remove-unused-file' into 'master'
Remove unused entry point See merge request gitlab-org/gitlab!71049
parents
0e577c07
237008b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
ee/app/assets/javascripts/protected_branches/index.js
ee/app/assets/javascripts/protected_branches/index.js
+0
-10
No files found.
ee/app/assets/javascripts/protected_branches/index.js
deleted
100644 → 0
View file @
0e577c07
/* eslint-disable no-unused-vars */
import
$
from
'
jquery
'
;
import
ProtectedBranchCreate
from
'
~/protected_branches/protected_branch_create
'
;
import
ProtectedBranchEditList
from
'
./protected_branch_edit_list
'
;
$
(()
=>
{
const
protectedBranchCreate
=
new
ProtectedBranchCreate
({
hasLicense
:
true
});
const
protectedBranchEditList
=
new
ProtectedBranchEditList
();
});
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