We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14c6808 + d80782a commit 68c0acbCopy full SHA for 68c0acb
bundles/DateRangePickerAsset.php
@@ -15,13 +15,13 @@ class DateRangePickerAsset extends BaseAssetBundle
15
16
17
public $js = [
18
- 'plugins/bootstrap-daterangepicker/moment.min.js',
19
- 'plugins/bootstrap-daterangepicker/daterangepicker.js',
+ 'global/plugins/moment.min.js',
+ 'global/plugins/bootstrap-daterangepicker/daterangepicker.js',
20
];
21
22
public $css = [
23
- 'plugins/bootstrap-daterangepicker/daterangepicker-bs3.css',
24
- 'plugins/bootstrap-datetimepicker/css/datetimepicker.css',
+ 'global/plugins/bootstrap-daterangepicker/daterangepicker.css',
+ 'global/plugins/bootstrap-datetimepicker/css/datetimepicker.css',
25
26
27
public $depends = [
0 commit comments