mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Removed mix (switched to url()) for now until assets are fixed
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b76b97d89b
commit
6427f46a6b
|
@ -7,7 +7,7 @@
|
||||||
Snipe-IT Setup
|
Snipe-IT Setup
|
||||||
@show
|
@show
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" href="{{ mix('css/all.css') }}">
|
<link rel="stylesheet" href="{{ url('css/all.css') }}">
|
||||||
|
|
||||||
|
|
||||||
<script nonce="{{ csrf_token() }}">
|
<script nonce="{{ csrf_token() }}">
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{-- Javascript files --}}
|
{{-- Javascript files --}}
|
||||||
<script src="{{ url(mix('js/app.js')) }}" nonce="{{ csrf_token() }}"></script>
|
<script src="{{ url('js/dist/all.js') }}" nonce="{{ csrf_token() }}"></script>
|
||||||
|
|
||||||
<script nonce="{{ csrf_token() }}">
|
<script nonce="{{ csrf_token() }}">
|
||||||
$(function () {
|
$(function () {
|
||||||
|
|
Loading…
Reference in a new issue