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:
parent
606b7e905d
commit
24c43056ba
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -610,7 +610,6 @@
|
|||
@stop
|
||||
|
||||
@section('moar_scripts')
|
||||
<script src="{{ asset('js/pGenerator.jquery.js') }}"></script>
|
||||
|
||||
<script nonce="{{ csrf_token() }}">
|
||||
$(document).ready(function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue