Skip to content

Commit

Permalink
πŸ› Fixed bugs worker
Browse files Browse the repository at this point in the history
  • Loading branch information
sugeng-sulistiyawan committed May 20, 2024
1 parent edb58d1 commit 77380b8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/views/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@

<!-- This snippet is used in production (included from viewer.html) -->
<link rel="resource" type="application/l10n" href="<?= $bundle->baseUrl ?>/web/locale/locale.json">

<!-- This snippet is used in production (included from viewer.html) -->
<link rel="resource" type="application/l10n" href="<?= $bundle->baseUrl ?>/web/locale/locale.json">
<script src="<?= $bundle->baseUrl ?>/build/pdf.mjs" type="module"></script>

<link rel="stylesheet" href="<?= $bundle->baseUrl ?>/web/viewer.css">

<script src="<?= $bundle->baseUrl ?>/build/pdf.worker.mjs" type="module"></script>
<script src="<?= $bundle->baseUrl ?>/build/pdf.mjs" type="module"></script>
<script src="<?= $bundle->baseUrl ?>/web/viewer.mjs" type="module"></script>

<?php $this->head() ?>
Expand Down

0 comments on commit 77380b8

Please sign in to comment.