This commit is contained in:
Frank John Begornia
2023-08-24 21:10:12 +08:00
parent 638deda23f
commit bcaa0e0c21
4 changed files with 20020 additions and 3 deletions

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

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@
<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/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">
<style>
.custom-navbar-brand>img {

View File

@@ -42,7 +42,7 @@
<!-- datepicker -->
<link rel="stylesheet" href="{{ asset('/public/bower_components/AdminLTE/plugins/datepicker/datepicker3.css') }}">
<!-- 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">
<!-- 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:// -->
@@ -669,7 +669,7 @@
<!-- datepicker -->
<script src="{{asset('/public/bower_components/AdminLTE/plugins/datepicker/bootstrap-datepicker.js')}}"></script>
<!-- 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 --}}
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.js"></script>