Commit 1a633bf5715e8b3f89020878a2dde2ffe0603624
1 parent
80a30942
image size
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
frontend/config/main.php
... | ... | @@ -12,6 +12,13 @@ return [ |
12 | 12 | 'bootstrap' => ['log'], |
13 | 13 | 'controllerNamespace' => 'frontend\controllers', |
14 | 14 | 'components' => [ |
15 | + 'assetManager' => [ | |
16 | + 'bundles' => [ | |
17 | + 'yii\web\JqueryAsset' =>[ | |
18 | + 'jsOptions' => ['position' => \yii\web\View::POS_BEGIN] | |
19 | + ] | |
20 | + ], | |
21 | + ], | |
15 | 22 | 'authManager' => [ |
16 | 23 | 'class' => 'yii\rbac\DbManager', |
17 | 24 | ], | ... | ... |