Skip to content

Commit

Permalink
Tipsy: use title attribute instead
Browse files Browse the repository at this point in the history
`original-title` is for dynamic content only.

Refs. http://onehackoranother.com/projects/jquery/tipsy/#dynamic-example
  • Loading branch information
julen committed Jul 5, 2016
1 parent d5c964c commit e63ee71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pootle/templates/core/_top_scorers_as_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</a>
</td>
<td class="number">
<span original-title='
<span title='
<span class="value untranslated">{{ item.suggested }}</span> suggested<br/>
<span class="value translated">{{ item.translated }}</span> translated<br/>
<span class="value fuzzy">{{ item.reviewed }}</span> reviewed<br/>'>
Expand Down

0 comments on commit e63ee71

Please sign in to comment.