Commit 7cd70cf5a18fb3b906ea5b54b29bc7084c91a518
1 parent
b352657c
login link
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -15,6 +15,7 @@ use frontend\widgets\Seo; |
15 | 15 | use yii\widgets\Breadcrumbs; |
16 | 16 | |
17 | 17 | AppAsset::register ($this); |
18 | + | |
18 | 19 | $this->registerJs(" |
19 | 20 | $('.seo-span').replaceWith ( |
20 | 21 | function (){ |
... | ... | @@ -22,6 +23,7 @@ $this->registerJs(" |
22 | 23 | } |
23 | 24 | ); |
24 | 25 | ", View::POS_READY); |
26 | + | |
25 | 27 | $this->registerJs (" |
26 | 28 | $('.phone .more').bind('click',function(){ |
27 | 29 | $('.phone .more_block').toggle(); | ... | ... |