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

index.js « show « operations « settings « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5270a7924ec9e29b3ac868678633370d86751fca (plain)
1
2
3
4
5
6
7
import mountErrorTrackingForm from '~/error_tracking_settings';
import mountOperationSettings from '~/operation_settings';

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