mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #3807 from alphagov/remove-duplicate-id-from-scrollable-table
Remove id from table used for the row numbers
This commit is contained in:
@@ -51,6 +51,9 @@
|
|||||||
.removeClass('fullscreen-scrollable-table')
|
.removeClass('fullscreen-scrollable-table')
|
||||||
.removeAttr(attributesForFocus)
|
.removeAttr(attributesForFocus)
|
||||||
.attr('aria-hidden', true)
|
.attr('aria-hidden', true)
|
||||||
|
.find('caption')
|
||||||
|
.removeAttr('id')
|
||||||
|
.closest('.fullscreen-fixed-table')
|
||||||
)
|
)
|
||||||
.append(
|
.append(
|
||||||
'<div class="fullscreen-right-shadow" />'
|
'<div class="fullscreen-right-shadow" />'
|
||||||
|
|||||||
Reference in New Issue
Block a user