Fix jquery

parent 7a57c217
...@@ -60,21 +60,21 @@ return [ ...@@ -60,21 +60,21 @@ return [
'assetManager'=>[ 'assetManager'=>[
'linkAssets' => true, 'linkAssets' => true,
'bundles' => [ 'bundles' => [
'yii\web\YiiAsset' => [ 'yii\web\JqueryAsset' => [
],
'yii\bootstrap\BootstrapPluginAsset' => [
'js' => [
],
],
'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_BEGIN, 'position' => \yii\web\View::POS_END,
], ],
], ],
'yii\web\YiiAsset' => [
],
'yii\bootstrap\BootstrapPluginAsset' => [
'js' => [
],
],
'yii\jui\JuiAsset' => [ 'yii\jui\JuiAsset' => [
'sourcePath' => null, 'sourcePath' => null,
'js' => [ 'js' => [
......
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