Fixed pGenerator (again)

This commit is contained in:
snipe 2020-08-31 17:17:51 -07:00
parent 2a5cd58ad9
commit 13216b8860
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -839,6 +839,10 @@
{{-- Javascript files --}}
<script src="{{ url(mix('js/dist/all.js')) }}" nonce="{{ csrf_token() }}"></script>
<!-- v5-beta: This pGenerator call must remain here for v5 - until fixed - so that the JS password generator works for the user create modal. -->
<script src="{{ url('js/pGenerator.jquery.js') }}"></script>
{{-- Page level javascript --}}
@stack('js')