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

index.js « personal_access_tokens « profiles « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 78a5c4c27be4e489fdba795e84f824fa452510f6 (plain)
1
2
3
import DueDateSelectors from '~/due_date_select';

document.addEventListener('DOMContentLoaded', () => new DueDateSelectors());