Commit 326f9025 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'repo-settings-file-upload-js' into 'master'

Fixed upload file button not working for repo cleanup

See merge request gitlab-org/gitlab-ee!8858
parents 6ddf34da ad535ecb
......@@ -13,6 +13,7 @@ import CEProtectedBranchEditList from '~/protected_branches/protected_branch_edi
import CEProtectedTagCreate from '~/protected_tags/protected_tag_create';
import CEProtectedTagEditList from '~/protected_tags/protected_tag_edit_list';
import DueDateSelectors from '~/due_date_select';
import fileUpload from '~/lib/utils/file_upload';
import EEMirrorRepos from './ee_mirror_repos';
document.addEventListener('DOMContentLoaded', () => {
......@@ -40,4 +41,6 @@ document.addEventListener('DOMContentLoaded', () => {
if (pushPullContainer) new EEMirrorRepos(pushPullContainer).init();
new DueDateSelectors();
fileUpload('.js-choose-file', '.js-object-map-input');
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment