mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Possible fix for #2037
via https://github.com/laravel/framework/issues/8565#issuecomment-151171239
This commit is contained in:
parent
062cbeb18f
commit
a96947efa9
|
@ -30,7 +30,7 @@
|
|||
<!-- bootstrap tables CSS -->
|
||||
<link rel="stylesheet" href="{{ asset('assets/css/bootstrap-table.css') }}">
|
||||
|
||||
<link rel="stylesheet" href="{{ elixir('assets/css/app.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset(elixir('assets/css/app.css')) }}">
|
||||
|
||||
<style>
|
||||
@if (\App\Models\Setting::getSettings()->header_color)
|
||||
|
@ -503,7 +503,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<script src="{{ elixir('assets/js/all.js') }}"></script>
|
||||
<script src="{{ asset(elixir('assets/js/all.js')) }}"></script>
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
|
|
Loading…
Reference in a new issue