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

index.js « show « preferences « profiles « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 769394346803aaa6aa87de2589f60ae2d132c81c (plain)
1
2
3
4
5
import initProfilePreferences from '~/profile/preferences/profile_preferences_bundle';
import initProfilePreferencesDiffsColors from '~/profile/preferences/profile_preferences_diffs_colors';

initProfilePreferences();
initProfilePreferencesDiffsColors();