Commit 0cdfad3f95ebd4430bb9b69cf56660a9fd674905

Authored by Виталий
1 parent 58bd1c37

Веталь

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -28,6 +28,8 @@
28 28 $this->registerJs ("
29 29 $('#call').call({token:'" . Yii::$app->request->getCsrfToken () . "'});
30 30 ", View::POS_READY, 'call');
  31 +
  32 +$this->registerJsFile (Yii::$app->request->baseUrl . '/js/fix_height.js', ['position' => View::POS_HEAD]);
31 33 $this->registerJs ("
32 34 var activeTab = $('.social li:first a').attr('id');
33 35 $('.'+activeTab+'_box').show();
... ...