This commit is contained in:
parent
c68ca0c773
commit
6eb800ad46
|
@ -111,10 +111,8 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('footer-scripts')
|
@section('footer-scripts')
|
||||||
{!! Theme::js('js/laroute.js?t={cache-version}') !!}
|
@parent
|
||||||
{!! Theme::js('vendor/jquery/jquery.min.js?t={cache-version}') !!}
|
|
||||||
{!! Theme::js('vendor/sweetalert/sweetalert.min.js?t={cache-version}') !!}
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function saveSettings() {
|
function saveSettings() {
|
||||||
return $.ajax({
|
return $.ajax({
|
||||||
|
|
Loading…
Reference in New Issue