diff --git a/resources/themes/pterodactyl/layouts/admin.blade.php b/resources/themes/pterodactyl/layouts/admin.blade.php index 6309f4dc9..f732de392 100644 --- a/resources/themes/pterodactyl/layouts/admin.blade.php +++ b/resources/themes/pterodactyl/layouts/admin.blade.php @@ -177,7 +177,7 @@ @section('footer-scripts') - {!! Theme::js('vendor/terminal/keyboard.polyfill.js') !!} + {!! Theme::js('js/keyboard.polyfill.js') !!} {!! Theme::js('js/laroute.js') !!} diff --git a/resources/themes/pterodactyl/layouts/master.blade.php b/resources/themes/pterodactyl/layouts/master.blade.php index b57299607..a89126844 100644 --- a/resources/themes/pterodactyl/layouts/master.blade.php +++ b/resources/themes/pterodactyl/layouts/master.blade.php @@ -268,7 +268,7 @@
@section('footer-scripts') - {!! Theme::js('vendor/terminal/keyboard.polyfill.js') !!} + {!! Theme::js('js/keyboard.polyfill.js') !!} {!! Theme::js('js/laroute.js') !!}