Skip to content

Commit 9ca5f97

Browse files
committed
Actually update the polyfill ref
1 parent 344099f commit 9ca5f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/themes/pterodactyl/layouts/admin.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
</footer>
178178
</div>
179179
@section('footer-scripts')
180-
{!! Theme::js('vendor/terminal/keyboard.polyfill.js') !!}
180+
{!! Theme::js('js/keyboard.polyfill.js') !!}
181181
<script>keyboardeventKeyPolyfill.polyfill();</script>
182182

183183
{!! Theme::js('js/laroute.js') !!}

resources/themes/pterodactyl/layouts/master.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class="active"
268268
<div class="control-sidebar-bg"></div>
269269
</div>
270270
@section('footer-scripts')
271-
{!! Theme::js('vendor/terminal/keyboard.polyfill.js') !!}
271+
{!! Theme::js('js/keyboard.polyfill.js') !!}
272272
<script>keyboardeventKeyPolyfill.polyfill();</script>
273273

274274
{!! Theme::js('js/laroute.js') !!}

0 commit comments

Comments
 (0)