mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Fixed pGenerator (again)
This commit is contained in:
parent
2a5cd58ad9
commit
13216b8860
|
@ -839,6 +839,10 @@
|
||||||
|
|
||||||
{{-- Javascript files --}}
|
{{-- Javascript files --}}
|
||||||
<script src="{{ url(mix('js/dist/all.js')) }}" nonce="{{ csrf_token() }}"></script>
|
<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 --}}
|
{{-- Page level javascript --}}
|
||||||
@stack('js')
|
@stack('js')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue