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: f687423594d4aabf33e08466e3c0f1b1a5086c5a (plain)
1
2
3
4
5
import initDeprecatedRemoveRowBehavior from '~/behaviors/deprecated_remove_row_behavior';
import initBroadcastMessagesForm from './broadcast_message';

initBroadcastMessagesForm();
initDeprecatedRemoveRowBehavior();