debian-mirror-gitlab/app/assets/javascripts/pages/admin/broadcast_messages/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
216 B
JavaScript
Raw Normal View History

2021-04-29 21:17:54 +05:30
import initDeprecatedRemoveRowBehavior from '~/behaviors/deprecated_remove_row_behavior';
2018-03-17 18:26:18 +05:30
import initBroadcastMessagesForm from './broadcast_message';
2021-09-30 23:02:18 +05:30
initBroadcastMessagesForm();
initDeprecatedRemoveRowBehavior();