Skip to content

Commit 9a07282

Browse files
Merge remote-tracking branch 'trigger/AC-1974' into AC-1544
2 parents b8c44c5 + d9daa37 commit 9a07282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/web/mage/calendar.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ define([
322322
(printDate.getTime() === today.getTime() ? ' ' : '') +
323323
(printDate.getTime() === currentDate.getTime() ? ' ui-state-active' : '') +
324324
(otherMonth ? ' ui-priority-secondary' : '') +
325-
'" href="#">' + printDate.getDate() + '</a>') + '</td>';
325+
'" data-date="' + printDate.getDate() + '" href="#">' +
326+
printDate.getDate() + '</a>') + '</td>';
326327
printDate.setDate(printDate.getDate() + 1);
327328
printDate = this._daylightSavingAdjust(printDate);
328329
}

0 commit comments

Comments
 (0)