Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Mar 5, 2019
1 parent f4b7749 commit 4136f9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/admin/UnifyThemeAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ public function getSlideNavClasses()
*/
static public function initBeforeRender()
{
/**
* Для виджетов выбора времени
*/
\Yii::$app->params['bsVersion'] = "4";

//Переопределние стандартных Assets
\Yii::$app->assetManager->bundles['yii\web\JqueryAsset'] = [
'class' => UnifyJqueryAsset::class,
Expand Down

0 comments on commit 4136f9c

Please sign in to comment.