mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Fixed pGenerator (again)
This commit is contained in:
parent
2a5cd58ad9
commit
13216b8860
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue