Add option to not use URL rewriting

This commit is contained in:
Bernd Bestel
2018-06-15 20:50:40 +02:00
parent 02b6c3b721
commit 0954b5a741
16 changed files with 68 additions and 55 deletions

View File

@@ -5,7 +5,7 @@
@section('viewJsName', 'stockoverview')
@push('pageScripts')
<script src="{{ $U('/bower_components/jquery-ui/jquery-ui.min.js?v=') }}{{ $version }}"></script>
<script src="{{ $U('/bower_components/jquery-ui/jquery-ui.min.js?v=', true) }}{{ $version }}"></script>
@endpush
@section('content')