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:
authorMike Greiling <mike@pixelcog.com>2018-05-03 19:16:56 +0300
committerMike Greiling <mike@pixelcog.com>2018-05-03 19:56:34 +0300
commiteb548e6eb14907e1d362a2e47e81498195a74183 (patch)
tree3dffd86c9b842aaf8cd3a1c5fcf2068134736ab1 /app/views/ide
parentb2d90ea1fb16ec4db441c86262191a093401b962 (diff)
adjust IDE page loading config to ensure web workers are not loaded cross-origin
Diffstat (limited to 'app/views/ide')
-rw-r--r--app/views/ide/index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/ide/index.html.haml b/app/views/ide/index.html.haml
index e0e8fe548d0..da9331b45dd 100644
--- a/app/views/ide/index.html.haml
+++ b/app/views/ide/index.html.haml
@@ -1,9 +1,6 @@
- @body_class = 'ide'
- page_title 'IDE'
-- content_for :page_specific_javascripts do
- = webpack_bundle_tag 'ide', force_same_domain: true
-
#ide.ide-loading{ data: {"empty-state-svg-path" => image_path('illustrations/multi_file_editor_empty.svg'),
"no-changes-state-svg-path" => image_path('illustrations/multi-editor_no_changes_empty.svg'),
"committed-state-svg-path" => image_path('illustrations/multi-editor_all_changes_committed_empty.svg') } }