debian-mirror-gitlab/app/assets/javascripts/pages/profiles/notifications/show/index.js
2021-04-17 20:07:23 +05:30

5 lines
147 B
JavaScript

import initNotificationsDropdown from '~/notifications';
document.addEventListener('DOMContentLoaded', () => {
initNotificationsDropdown();
});