Files

8 lines
159 B
Plaintext
Raw Permalink Normal View History

2025-11-17 17:32:21 +01:00
(function ($) {
"use strict";
$(document).ready(function() {
$('#scroll-top[aria-hidden="true"]').attr('tabindex', '-1');
});
}(jQuery));