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