Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « new « branches « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbae89b5adecbd7821668583e34328fe018e1d71 (plain)
1
2
3
4
5
6
7
import NewBranchForm from '~/new_branch_form';

// eslint-disable-next-line no-new
new NewBranchForm(
  document.querySelector('.js-create-branch-form'),
  JSON.parse(document.getElementById('availableRefs').innerHTML),
);