updated css js jquery
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user