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

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

document.addEventListener('DOMContentLoaded', initBroadcastMessagesForm);