From 9ca5f97e6515d678fec8464a11ffa4e13500c464 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Mon, 26 Jun 2017 22:48:59 -0500 Subject: [PATCH] Actually update the polyfill ref --- resources/themes/pterodactyl/layouts/admin.blade.php | 2 +- resources/themes/pterodactyl/layouts/master.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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') !!}