Moved pGenerator script to default layout footer

This fixes an issue where the password generator wouldn’t load in a modal in Chrome
This commit is contained in:
snipe 2020-08-04 20:58:28 -07:00
parent 606b7e905d
commit 24c43056ba
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC
2 changed files with 1 additions and 1 deletions

View file

@ -829,6 +829,7 @@
<script src="{{ url(mix('js/dist/all.js')) }}" nonce="{{ csrf_token() }}"></script>
<script src="/js/pGenerator.jquery.js"></script>
@section('moar_scripts')
@show

View file

@ -610,7 +610,6 @@
@stop
@section('moar_scripts')
<script src="{{ asset('js/pGenerator.jquery.js') }}"></script>
<script nonce="{{ csrf_token() }}">
$(document).ready(function() {