From 5bf0cd8076fac4f3f317c9e3c098efeb4a8377d0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 2 Nov 2021 19:31:16 +0100 Subject: [PATCH] wait #4851 @1 --- app/Jobs/ProcessFluidbook.php | 1 + resources/pdfjs/web/viewer.html | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/Jobs/ProcessFluidbook.php b/app/Jobs/ProcessFluidbook.php index 3f1be55..c38e646 100644 --- a/app/Jobs/ProcessFluidbook.php +++ b/app/Jobs/ProcessFluidbook.php @@ -69,6 +69,7 @@ class ProcessFluidbook extends Compiler public function prepareStub() { parent::prepareStub(); + Files::rmdir($this->stub.'/pdfjs'); $this->vdir->copyDirectory(resource_path('pdfjs'), '/pdfjs'); } diff --git a/resources/pdfjs/web/viewer.html b/resources/pdfjs/web/viewer.html index 1220396..3f64242 100644 --- a/resources/pdfjs/web/viewer.html +++ b/resources/pdfjs/web/viewer.html @@ -49,12 +49,8 @@ See https://github.com/adobe-type-tools/cmap-resources }); - - - -
-- 2.39.5