mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-20 21:40:23 +01:00
jQuery
This commit is contained in:
parent
6711361037
commit
a834ff0c05
@ -14,6 +14,7 @@
|
||||
<title>{{ env('APP_NAME') }}</title>
|
||||
|
||||
<script src="{{ asset('assets/js/detect-dark-mode.js') }}"></script>
|
||||
<script src="{{ asset('assets/js/jquery.min.js') }}"></script>
|
||||
|
||||
<base href="{{ url()->current() }}" />
|
||||
|
||||
|
@ -25,9 +25,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@push('sidebar-stylesheets')
|
||||
<script src="{{ asset('assets/js/jquery.min.js') }}"></script>
|
||||
@endpush
|
||||
@push('sidebar-scripts')
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user