mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-04 21:51:00 +02:00
jQuery
This commit is contained in:
parent
6711361037
commit
a834ff0c05
@ -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() }}" />
|
||||||
|
|
||||||
|
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user