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

index.js « impersonation_tokens « admin « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae2209b0292e085434431d191d2e291569bd9e8e (plain)
1
2
3
import initExpiresAtField from '~/access_tokens';

document.addEventListener('DOMContentLoaded', initExpiresAtField);