Skip to content

Commit d9daa37

Browse files
AC-1974: customer segment: Link or Button or CSS or XPath element with 'button#delete' was not found.
1 parent 6f9068c commit d9daa37

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-
'" data-date="' + printDate.getDate() + '" 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)