Fix jquery

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