We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344099f commit 9ca5f97Copy full SHA for 9ca5f97
2 files changed
resources/themes/pterodactyl/layouts/admin.blade.php
@@ -177,7 +177,7 @@
177
</footer>
178
</div>
179
@section('footer-scripts')
180
- {!! Theme::js('vendor/terminal/keyboard.polyfill.js') !!}
+ {!! Theme::js('js/keyboard.polyfill.js') !!}
181
<script>keyboardeventKeyPolyfill.polyfill();</script>
182
183
{!! Theme::js('js/laroute.js') !!}
resources/themes/pterodactyl/layouts/master.blade.php
@@ -268,7 +268,7 @@ class="active"
268
<div class="control-sidebar-bg"></div>
269
270
271
272
273
274
0 commit comments