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>2022-05-25 06:08:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-25 06:08:32 +0300
commitd7f1d79eb586f756b120e7380393248009e62a00 (patch)
tree6fa39691d38a51022bd073bbcbfc3e05c4ee9519 /app/assets/javascripts/pages
parentb48f85e16dcdda9fa2f96b7d2fe16e0a6ba28403 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/pages')
-rw-r--r--app/assets/javascripts/pages/projects/static_site_editor/show/index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/javascripts/pages/projects/static_site_editor/show/index.js b/app/assets/javascripts/pages/projects/static_site_editor/show/index.js
deleted file mode 100644
index d9d265e4e4a..00000000000
--- a/app/assets/javascripts/pages/projects/static_site_editor/show/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-import initStaticSiteEditor from '~/static_site_editor';
-
-initStaticSiteEditor(document.querySelector('#static-site-editor'));