Skip to content

Commit

Permalink
LPP-55330 Build
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-franca authored and bryceosterhaus committed Aug 30, 2024
1 parent 38be7ea commit 1867b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/calendar-base/calendar-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ Y.CalendarBase = Y.extend( CalendarBase, Y.Widget, {
* @static
*/
CALDAY_TEMPLATE: '<td class="{calendar_col_class} {calendar_day_class} {calendar_col_visibility_class}" id="{calendar_day_id}" ' +
'role="gridcell" tabindex="-1">' +
'role="button" tabindex="-1">' +
'{day_content}' +
'</td>',

Expand Down

0 comments on commit 1867b85

Please sign in to comment.