Commit d96e559650a9a755e4872a1677944b128f91160d
1 parent
1044cc2f
big commti
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
backend/config/main.php
... | ... | @@ -114,6 +114,13 @@ return [ |
114 | 114 | ], |
115 | 115 | ], |
116 | 116 | 'components' => [ |
117 | + 'assetManager' => [ | |
118 | + 'bundles' => [ | |
119 | + 'yii\web\JqueryAsset' =>[ | |
120 | + 'jsOptions' => ['position' => \yii\web\View::POS_HEAD] | |
121 | + ] | |
122 | + ], | |
123 | + ], | |
117 | 124 | 'authManager' => [ |
118 | 125 | 'class' => 'yii\rbac\DbManager', |
119 | 126 | ], | ... | ... |