updated
This commit is contained in:
1311
public/assets/css/jquery-ui.css
vendored
Normal file
1311
public/assets/css/jquery-ui.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
18706
public/assets/js/jquery-ui.js
vendored
Normal file
18706
public/assets/js/jquery-ui.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@
|
|||||||
<link href="{{ asset('/public/designer/css/spectrum.css') }}" rel="stylesheet">
|
<link href="{{ asset('/public/designer/css/spectrum.css') }}" rel="stylesheet">
|
||||||
<link href="{{ asset('/public/designer/css/one-by-one-slider.css') }}" rel="stylesheet">
|
<link href="{{ asset('/public/designer/css/one-by-one-slider.css') }}" rel="stylesheet">
|
||||||
<link href="{{ asset('/public/designer/custom-fonts/custom-fonts.php') }}" rel='stylesheet' type='text/css'>
|
<link href="{{ asset('/public/designer/custom-fonts/custom-fonts.php') }}" rel='stylesheet' type='text/css'>
|
||||||
<link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet">
|
<link href="{{ asset('/public/assets/css/jquery-ui.css') }}" rel="stylesheet">
|
||||||
<link href="{{ asset('/public/designer/css/build.css') }}" rel="stylesheet">
|
<link href="{{ asset('/public/designer/css/build.css') }}" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
.custom-navbar-brand>img {
|
.custom-navbar-brand>img {
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
<!-- datepicker -->
|
<!-- datepicker -->
|
||||||
<link rel="stylesheet" href="{{ asset('/public/bower_components/AdminLTE/plugins/datepicker/datepicker3.css') }}">
|
<link rel="stylesheet" href="{{ asset('/public/bower_components/AdminLTE/plugins/datepicker/datepicker3.css') }}">
|
||||||
<!-- jquery-ui -->
|
<!-- jquery-ui -->
|
||||||
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
<link href="{{ asset('/public/assets/css/jquery-ui.css') }}" rel="stylesheet">
|
||||||
<link href="{{asset('/public/designer/css/build.css')}}" rel="stylesheet">
|
<link href="{{asset('/public/designer/css/build.css')}}" rel="stylesheet">
|
||||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
@@ -669,7 +669,7 @@
|
|||||||
<!-- datepicker -->
|
<!-- datepicker -->
|
||||||
<script src="{{asset('/public/bower_components/AdminLTE/plugins/datepicker/bootstrap-datepicker.js')}}"></script>
|
<script src="{{asset('/public/bower_components/AdminLTE/plugins/datepicker/bootstrap-datepicker.js')}}"></script>
|
||||||
<!-- jquery-ui -->
|
<!-- jquery-ui -->
|
||||||
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
<script src="{{ asset('/public/assets/js/jquery-ui.js') }}></script>
|
||||||
{{-- Chartjs --}}
|
{{-- Chartjs --}}
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.js"></script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user