aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/calendar.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/widgets/calendar.js')
-rw-r--r--ui/widgets/calendar.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/widgets/calendar.js b/ui/widgets/calendar.js
index 31a650d0e..256347054 100644
--- a/ui/widgets/calendar.js
+++ b/ui/widgets/calendar.js
@@ -456,8 +456,7 @@ return $.widget( "ui.calendar", {
"role='gridcell'",
"aria-selected='" + ( this._isCurrent( day ) ? true : false ) + "'",
"aria-label='" + dayName + ", " + this._format( dateObject ) + "'",
- "aria-describedby='" + this.gridId + "-month-label'",
- "aria-hidden='" + true + "'"
+ "aria-describedby='" + this.gridId + "-month-label'"
],
selectable = ( day.selectable && this._isValid( dateObject ) );