Commit 760597c5a2e9ff202deb24b55783a88f9009792f
Merge branch 'master' of gitlab.artweb.com.ua:root/new_rukzachok
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
@@ -18,7 +18,7 @@ AppAsset::register ($this); | @@ -18,7 +18,7 @@ AppAsset::register ($this); | ||
18 | $this->registerJs(" | 18 | $this->registerJs(" |
19 | $('.seo-span').replaceWith ( | 19 | $('.seo-span').replaceWith ( |
20 | function (){ | 20 | function (){ |
21 | - return'<a href=\"'+$(this).data('link')+'\" title=\"'+$(this).text()+'\" rel=\"nofollow\">'+$(this).html()+'</a>'; | 21 | + return'<a href=\"'+$(this).data('link')+'\" id=\"login\" rel=\"nofollow\">'+$(this).html()+'</a>'; |
22 | } | 22 | } |
23 | ); | 23 | ); |
24 | ", View::POS_READY); | 24 | ", View::POS_READY); |