diff --git a/app/assets/javascripts/fullscreenTable.js b/app/assets/javascripts/fullscreenTable.js index 1cfa858d9..cef792052 100644 --- a/app/assets/javascripts/fullscreenTable.js +++ b/app/assets/javascripts/fullscreenTable.js @@ -51,6 +51,9 @@ .removeClass('fullscreen-scrollable-table') .removeAttr(attributesForFocus) .attr('aria-hidden', true) + .find('caption') + .removeAttr('id') + .closest('.fullscreen-fixed-table') ) .append( '
'