Files
2025-11-17 17:32:21 +01:00

8 lines
159 B
Plaintext

(function ($) {
"use strict";
$(document).ready(function() {
$('#scroll-top[aria-hidden="true"]').attr('tabindex', '-1');
});
}(jQuery));