Commit 0115a9e32f397990103d69d00a9dc61e043a235e
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,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); |