Skip to content

Commit

Permalink
👽️ libcal js version _651
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent 03f1f22 commit de66f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstream/LibCal_public.beautified.js
Original file line number Diff line number Diff line change
Expand Up @@ -2247,7 +2247,7 @@ function loadBrowse(e, t) {
}

function datePickerAccessibilityFix(e) {
e.find(".datepicker-title").remove(), e.find("th.dow, th.next, th.prev, th.datepicker-switch").attr("scope", "col")
e.find(".datepicker-title").remove(), e.find("th.dow, th.next, th.prev, th.datepicker-switch").attr("scope", "col"), e.find("table").attr("aria-label", "Date Picker")
}

function addslashes(e) {
Expand Down

0 comments on commit de66f58

Please sign in to comment.