updated css js jquery

This commit is contained in:
franknstayn
2023-06-28 22:14:38 +08:00
parent ac81798c05
commit 9bcce81b2b
3 changed files with 20020 additions and 3 deletions

1311
public/assets/jquery/jquery-ui.css vendored Normal file

File diff suppressed because it is too large Load Diff

18706
public/assets/jquery/jquery-ui.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,7 @@ scratch. This page gets rid of all links and provides the needed markup only.
<!-- Theme style -->
<link rel="stylesheet" href="{{ asset('/bower_components/admin-lte/dist/css/AdminLTE.min.css') }}">
<!-- jquery-ui -->
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="{{ asset('/assets/jquery/jquery-ui.css') }}">
{{-- spectrum --}}
<link rel="stylesheet" href="{{ asset('/assets/spectrum/spectrum.css') }}">
@@ -247,7 +247,7 @@ desired effect
<!-- moment -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment.js"></script>
<!-- datetime-moment -->
<script src="http://cdn.datatables.net/plug-ins/1.10.19/sorting/datetime-moment.js"></script>
<script src="https://cdn.datatables.net/plug-ins/1.10.19/sorting/datetime-moment.js"></script>
<!-- bootstrap-toggle -->
<script src="https://gitcdn.github.io/bootstrap-toggle/2.2.2/js/bootstrap-toggle.min.js"></script>
<!-- AdminLTE App -->
@@ -266,7 +266,7 @@ desired effect
<!-- select2 -->
<script src="{{ asset('/bower_components/select2/dist/js/select2.min.js') }}"></script>
<!-- jquery-ui -->
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="{{ asset('/assets/jquery/jquery-ui.js') }}"></script>
<script>