Additional fixes for #3995 in atypical blades

This commit is contained in:
snipe 2017-09-25 15:41:02 -07:00
parent 6ee939d29b
commit 0a0661bf41
2 changed files with 4 additions and 4 deletions

View file

@ -10,9 +10,9 @@
<!-- Select2 --> <!-- Select2 -->
<link rel="stylesheet" href="{{ asset('js/plugins/select2/select2.min.css') }}"> <link rel="stylesheet" href="{{ url(asset('js/plugins/select2/select2.min.css')) }}">
<link rel="stylesheet" href="{{ mix('css/dist/all.css') }}"> <link rel="stylesheet" href="{{ url(mix('css/dist/all.css')) }}">
<link rel="shortcut icon" type="image/ico" href="{{ asset('favicon.ico') }}"> <link rel="shortcut icon" type="image/ico" href="{{ asset('favicon.ico') }}">

View file

@ -7,7 +7,7 @@
@show @show
</title> </title>
<link rel="stylesheet" href="{{ mix('css/dist/all.css') }}"> <link rel="stylesheet" href="{{ url(mix('css/dist/all.css')) }}">
@ -118,7 +118,7 @@
</div> </div>
</div> </div>
</div> </div>
<script src="{{ asset(mix('js/dist/all.js')) }}"></script> <script src="{{ url(mix('js/dist/all.js')) }}"></script>
<script> <script>
$(function () { $(function () {