Actually update the polyfill ref
This commit is contained in:
parent
344099fbb7
commit
9ca5f97e65
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
@section('footer-scripts')
|
@section('footer-scripts')
|
||||||
{!! Theme::js('vendor/terminal/keyboard.polyfill.js') !!}
|
{!! Theme::js('js/keyboard.polyfill.js') !!}
|
||||||
<script>keyboardeventKeyPolyfill.polyfill();</script>
|
<script>keyboardeventKeyPolyfill.polyfill();</script>
|
||||||
|
|
||||||
{!! Theme::js('js/laroute.js') !!}
|
{!! Theme::js('js/laroute.js') !!}
|
||||||
|
|
|
@ -268,7 +268,7 @@
|
||||||
<div class="control-sidebar-bg"></div>
|
<div class="control-sidebar-bg"></div>
|
||||||
</div>
|
</div>
|
||||||
@section('footer-scripts')
|
@section('footer-scripts')
|
||||||
{!! Theme::js('vendor/terminal/keyboard.polyfill.js') !!}
|
{!! Theme::js('js/keyboard.polyfill.js') !!}
|
||||||
<script>keyboardeventKeyPolyfill.polyfill();</script>
|
<script>keyboardeventKeyPolyfill.polyfill();</script>
|
||||||
|
|
||||||
{!! Theme::js('js/laroute.js') !!}
|
{!! Theme::js('js/laroute.js') !!}
|
||||||
|
|
Loading…
Reference in a new issue