fix

parent 6dc6a1aa
...@@ -60,19 +60,19 @@ return [ ...@@ -60,19 +60,19 @@ return [
'assetManager'=>[ 'assetManager'=>[
'linkAssets' => true, 'linkAssets' => true,
'bundles' => [ 'bundles' => [
'yii\web\YiiAsset' => [
],
'yii\bootstrap\BootstrapPluginAsset' => [
'js' => [
],
],
'yii\web\JqueryAsset' => [ 'yii\web\JqueryAsset' => [
'sourcePath' => null, 'sourcePath' => null,
'js' => [ 'js' => [
'plugins/jquery/jquery-1.9.1.min.js', 'plugins/jquery/jquery-1.9.1.min.js',
], ],
'jsOptions' => [ 'jsOptions' => [
'position' => \yii\web\View::POS_END, 'position' => \yii\web\View::POS_BEGIN,
],
],
'yii\web\YiiAsset' => [
],
'yii\bootstrap\BootstrapPluginAsset' => [
'js' => [
], ],
], ],
'yii\jui\JuiAsset' => [ 'yii\jui\JuiAsset' => [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment