This commit is contained in:
Julian Prieber 2024-12-13 22:27:43 +01:00
parent 6711361037
commit a834ff0c05
2 changed files with 1 additions and 3 deletions

View File

@ -14,6 +14,7 @@
<title>{{ env('APP_NAME') }}</title> <title>{{ env('APP_NAME') }}</title>
<script src="{{ asset('assets/js/detect-dark-mode.js') }}"></script> <script src="{{ asset('assets/js/detect-dark-mode.js') }}"></script>
<script src="{{ asset('assets/js/jquery.min.js') }}"></script>
<base href="{{ url()->current() }}" /> <base href="{{ url()->current() }}" />

View File

@ -25,9 +25,6 @@
</div> </div>
</div> </div>
@push('sidebar-stylesheets')
<script src="{{ asset('assets/js/jquery.min.js') }}"></script>
@endpush
@push('sidebar-scripts') @push('sidebar-scripts')
<script> <script>
$(document).ready(function() { $(document).ready(function() {