Skip to content

Commit 68c0acb

Browse files
authored
Merge pull request #4 from itexia/susgo-patch-1
Update DateRangePickerAsset.php
2 parents 14c6808 + d80782a commit 68c0acb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bundles/DateRangePickerAsset.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ class DateRangePickerAsset extends BaseAssetBundle
1515

1616

1717
public $js = [
18-
'plugins/bootstrap-daterangepicker/moment.min.js',
19-
'plugins/bootstrap-daterangepicker/daterangepicker.js',
18+
'global/plugins/moment.min.js',
19+
'global/plugins/bootstrap-daterangepicker/daterangepicker.js',
2020
];
2121

2222
public $css = [
23-
'plugins/bootstrap-daterangepicker/daterangepicker-bs3.css',
24-
'plugins/bootstrap-datetimepicker/css/datetimepicker.css',
23+
'global/plugins/bootstrap-daterangepicker/daterangepicker.css',
24+
'global/plugins/bootstrap-datetimepicker/css/datetimepicker.css',
2525
];
2626

2727
public $depends = [

0 commit comments

Comments
 (0)