Skip to content

Commit 1e98f60

Browse files
committed
/series/{id}: don't give a focus to a link for setting today's day.
This change simplifies creation of a new series sale by using keyboard only.
1 parent b13a2b2 commit 1e98f60

File tree

1 file changed

+2
-1
lines changed
  • src/main/webapp/WEB-INF/views/series

1 file changed

+2
-1
lines changed

src/main/webapp/WEB-INF/views/series/info.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,8 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
509509
/*/-->
510510
</div>
511511
<small>
512-
<a class="link-vcenter"
512+
<a tabindex="-1"
513+
class="link-vcenter"
513514
href="javascript:populateTransactionDateWithTodayDate(); void(0);" th:text="#{t_today}">
514515
Today
515516
</a>

0 commit comments

Comments
 (0)