Skip to content

Commit

Permalink
Revert "Actually have different tabindex values"
Browse files Browse the repository at this point in the history
This reverts commit f713ca2.
  • Loading branch information
cramforce committed Feb 11, 2011
1 parent 71c96e5 commit 7ec1fce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/templates/tweet.ejs.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ <h3 class="h user-name"><%= tweet.direct_message ? '<strong>Direct Message from<
<li title="Translate" class="translate_toggle" tabindex="0"></li>
<% } %>
<% if( !tweet.direct_message ) { %>
<li title="Retweet" class="retweet" tabindex="1"></li>
<li title="Retweet" class="retweet" tabindex="0"></li>
<% } %>
<li title="Reply" class="reply" tabindex="2"></li>
<li title="Reply" class="reply" tabindex="0"></li>
<% if( !tweet.direct_message ) { %>
<li title="Quote" class="quote" tabindex="3"></li>
<li title="Star" class="favorite" tabindex="4"></li>
<li title="Quote" class="quote" tabindex="0"></li>
<li title="Star" class="favorite" tabindex="0"></li>
<% if( tweet.yourself ) { %>
<li title="Delete" class="delete" tabindex="5"></li>
<li title="Delete" class="delete" tabindex="0"></li>
<% } %>
<% } %>
</ul>
Expand Down

0 comments on commit 7ec1fce

Please sign in to comment.