Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Oct 4, 2019
1 parent 057c6f9 commit a1efedb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions src/views/filters/filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,20 +160,9 @@



<?


$this->registerJs(<<<JS
$(window).on('load', function () {
// initialization of sticky blocks
setTimeout(function() { // important in this case
$.HSCore.components.HSStickyBlock.init('.js-sticky-block');
}, 1);
});
JS
);


<?
$this->registerJs(<<<JS
Expand Down
2 changes: 1 addition & 1 deletion src/views/headers/header-mobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<div class="container">
<!-- Logo -->
<a href="<?= \yii\helpers\Url::home(); ?>" title="<?= $this->theme->title; ?>" class="navbar-brand d-block">
<img src="<?= $this->theme->logo; ?>" alt="<?= $this->theme->title; ?>">
<img src="<?= $this->theme->mobile_logo ? $this->theme->mobile_logo : $this->theme->logo; ?>" alt="<?= $this->theme->title; ?>">
</a>
<div class="pull-right">
<!-- End Logo -->
Expand Down

0 comments on commit a1efedb

Please sign in to comment.