Changeset 3354942
- Timestamp:
- 09/02/2025 09:00:21 PM (7 months ago)
- Location:
- cs-integration
- Files:
-
- 2 edited
-
tags/1.0.5/public/js/cs-integration-public.js (modified) (1 diff)
-
trunk/public/js/cs-integration-public.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cs-integration/tags/1.0.5/public/js/cs-integration-public.js
r3354843 r3354942 87 87 parent = parent.parentNode; /* Fetch the 'cs-calendar-event' div which contains the event these details belong to */ 88 88 /* Take the focus back to the parent to help screen-readers */ 89 if (parent !== null) { parent [0].focus(); }89 if (parent !== null) { parent.focus(); } 90 90 } 91 91 } -
cs-integration/trunk/public/js/cs-integration-public.js
r3257115 r3354942 87 87 parent = parent.parentNode; /* Fetch the 'cs-calendar-event' div which contains the event these details belong to */ 88 88 /* Take the focus back to the parent to help screen-readers */ 89 if (parent !== null) { parent [0].focus(); }89 if (parent !== null) { parent.focus(); } 90 90 } 91 91 }
Note: See TracChangeset
for help on using the changeset viewer.