Fix script paths in layouts

This commit is contained in:
Matthew Penner 2020-04-11 14:49:40 -06:00
parent a7dab69711
commit 4d833af5f4
3 changed files with 7 additions and 7 deletions

View file

@ -52,7 +52,7 @@
{!! Theme::js('vendor/jquery/jquery.min.js?t={cache-version}') !!}
{!! Theme::js('vendor/bootstrap/bootstrap.min.js?t={cache-version}') !!}
{{-- {!! Theme::js('js/autocomplete.js?t={cache-version}') !!} --}}
<script src="/js/autocomplete.js" type="application/javascript"></script>
{!! Theme::js('vendor/particlesjs/particles.min.js?t={cache-version}') !!}
<script type="text/javascript">
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */