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

index.js « show « notifications « profiles « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51ba6c7a01e8396dc77e14c916764977c11d810b (plain)
1
2
3
4
5
import initNotificationsDropdown from '~/notifications';

document.addEventListener('DOMContentLoaded', () => {
  initNotificationsDropdown();
});