Conversión en estatico

This commit is contained in:
2025-11-17 17:32:21 +01:00
commit 6ed2d4eb66
288 changed files with 44940 additions and 0 deletions

View File

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