summaryrefslogtreecommitdiff
path: root/resources/views
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2022-09-06 12:28:29 +0100
committerSam Light <samlight1994@gmail.com>2022-09-06 12:28:29 +0100
commit516cf804367366a4c0c237e6b8f4829d899c85f9 (patch)
treedbcf37990a81a7e0ab5ec8bb06fb76337b6284c6 /resources/views
parent04ef34a320e568175bca98a86a7bdb6aeaa9520c (diff)
Cache bust javascript file
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/player.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/player.blade.php b/resources/views/player.blade.php
index 31836eb..7970cea 100644
--- a/resources/views/player.blade.php
+++ b/resources/views/player.blade.php
@@ -27,6 +27,6 @@
<script>
window.scorm_api_data = {{ Js::from($scorm_api_data) }};
</script>
- <script src="{{ manifest('js/scorm_player.js') }}"></script>
+ <script src="{{ $js_uri }}"></script>
</body>
</html>