Commit 760597c5a2e9ff202deb24b55783a88f9009792f

Authored by Administrator
2 parents f3721a7f 0115a9e3

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 18 $this->registerJs("
19 19 $('.seo-span').replaceWith (
20 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 24 ", View::POS_READY);
... ...