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-03-01 11:02:18 +0300
committerMike Greiling <mike@pixelcog.com>2018-03-01 20:29:25 +0300
commit4e86a7378cd96ffebfb1c128c9fcb614ee479ffe (patch)
treef4b1d8e1584f793da826634ddb7a39569a8ec05a /app/views/projects
parente2c87838157d90062725fd648788c6e1839bc8d8 (diff)
migrate pdf_viewer to dynamic import
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/blob/viewers/_pdf.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/blob/viewers/_pdf.html.haml b/app/views/projects/blob/viewers/_pdf.html.haml
index fc3f0d922b1..95d837a57dc 100644
--- a/app/views/projects/blob/viewers/_pdf.html.haml
+++ b/app/views/projects/blob/viewers/_pdf.html.haml
@@ -1,5 +1 @@
-- content_for :page_specific_javascripts do
- = webpack_bundle_tag('common_vue')
- = webpack_bundle_tag('pdf_viewer')
-
.file-content#js-pdf-viewer{ data: { endpoint: blob_raw_path } }