This commit is contained in:
franknstayn
2023-08-24 21:55:06 +08:00
parent 8dc23e4e67
commit 71e1fca6fe
5 changed files with 20021 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ class TeamStoreController extends Controller
}
}
$displayThumbnails = 'product-image-placeholder.png';
foreach ($product_array as $p => $pr_arr) {

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

@@ -19,7 +19,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>