diff options
Diffstat (limited to 'resources/views/player.blade.php')
-rw-r--r-- | resources/views/player.blade.php | 2 |
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> |