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

index.js « compare « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 768da8fb2364d92b1e70931fbd917d49905ca0df (plain)
1
2
3
import initCompareAutocomplete from '~/compare_autocomplete';

document.addEventListener('DOMContentLoaded', () => initCompareAutocomplete());