Skip to content

Commit

Permalink
fix: use comments to allow proper loading of script (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Hundeloh <jaulz@users.noreply.github.com>
  • Loading branch information
jaulz and jaulz authored Feb 28, 2023
1 parent a02a522 commit 09c6c4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/errorPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
<div id="app"></div>

<script>
<?= $viewModel->getAssetContents('ignition.js') ?>
<!--
<?= $viewModel->getAssetContents('ignition.js') ?>
-->
</script>

<script>
Expand Down

0 comments on commit 09c6c4e

Please sign in to comment.