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: ae5e033e97eb77a82beed63010d06e3c1a558690 (plain)
1
2
3
import NewBranchForm from '~/new_branch_form';

export default () => new NewBranchForm($('.js-create-branch-form'), JSON.parse(document.getElementById('availableRefs').innerHTML));