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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-13 18:12:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-13 18:12:03 +0300
commit82b9539d93d7fd3d9d7ebccf4d4472d451e888da (patch)
tree318118d7375b1c509e0f3878eeef51543e4363e8 /app/assets/javascripts/main.js
parent3c293d24c3408d204be7d84d6319b373c83ff6ae (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/main.js')
-rw-r--r--app/assets/javascripts/main.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/assets/javascripts/main.js b/app/assets/javascripts/main.js
index b68c7472bd5..5bfdd174694 100644
--- a/app/assets/javascripts/main.js
+++ b/app/assets/javascripts/main.js
@@ -8,9 +8,7 @@ import './commons';
import './behaviors';
// lib/utils
-import applyGitLabUIConfig from '@gitlab/ui/dist/config';
import { GlBreakpointInstance as bp } from '@gitlab/ui/dist/utils';
-import { __ } from '~/locale';
import { initRails } from '~/lib/utils/rails_ujs';
import * as popovers from '~/popovers';
import * as tooltips from '~/tooltips';
@@ -45,14 +43,6 @@ import 'jh_else_ce/main_jh';
logHelloDeferred();
-applyGitLabUIConfig({
- translations: {
- 'GlSearchBoxByType.input.placeholder': __('Search'),
- 'GlSearchBoxByType.clearButtonTitle': __('Clear'),
- 'ClearIconButton.title': __('Clear'),
- },
-});
-
// expose jQuery as global (TODO: remove these)
window.jQuery = jQuery;
window.$ = jQuery;