summaryrefslogtreecommitdiff
path: root/app/views/ide
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-05-03 11:16:56 -0500
committerMike Greiling <mike@pixelcog.com>2018-05-03 11:56:34 -0500
commiteb548e6eb14907e1d362a2e47e81498195a74183 (patch)
tree3dffd86c9b842aaf8cd3a1c5fcf2068134736ab1 /app/views/ide
parentb2d90ea1fb16ec4db441c86262191a093401b962 (diff)
downloadgitlab-ce-eb548e6eb14907e1d362a2e47e81498195a74183.tar.gz
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') } }