summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/milestones/new/index.js
diff options
context:
space:
mode:
authorShah El-Rahman <selrahman@gitlab.com>2018-02-21 17:59:42 -0600
committerShah El-Rahman <selrahman@gitlab.com>2018-02-21 17:59:42 -0600
commitad860cc0efc2d513017ca9b491b2ba68874e1fe9 (patch)
tree3d912e1ba662c1847a004aed79d0dd4f29326034 /app/assets/javascripts/pages/projects/milestones/new/index.js
parentd4b55c3c720b875c9c22958c7c1e034fc1940755 (diff)
parent88870c871eeb55ff43cf638ba8d7307b263393c3 (diff)
downloadgitlab-ce-42886-followup-to-new-design-for-cancel-stop-pipeline-confirmation.tar.gz
Merge branch 'master' into 42886-followup-to-new-design-for-cancel-stop-pipeline-confirmation42886-followup-to-new-design-for-cancel-stop-pipeline-confirmation
Diffstat (limited to 'app/assets/javascripts/pages/projects/milestones/new/index.js')
-rw-r--r--app/assets/javascripts/pages/projects/milestones/new/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pages/projects/milestones/new/index.js b/app/assets/javascripts/pages/projects/milestones/new/index.js
index 10e3979a36e..9a4ebf9890d 100644
--- a/app/assets/javascripts/pages/projects/milestones/new/index.js
+++ b/app/assets/javascripts/pages/projects/milestones/new/index.js
@@ -1,3 +1,3 @@
import initForm from '../../../../shared/milestones/form';
-export default () => initForm();
+document.addEventListener('DOMContentLoaded', () => initForm());