Commit 0115a9e32f397990103d69d00a9dc61e043a235e

Authored by Alex Savenko
1 parent 2ad81a28

add id to login span

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);
... ...