Skip to content

Commit d80782a

Browse files
authored
Update DateRangePickerAsset.php
1 parent 14c6808 commit d80782a

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)