This commit is contained in:
ken 2026-07-20 17:15:06 +08:00
parent c1046fa66d
commit 98eb287789
1 changed files with 8 additions and 0 deletions

View File

@ -3159,6 +3159,14 @@ function removeHiddenContentLinks() {
$(document).ready(function () {
setTimeout(removeHiddenContentLinks, 500);
});
function removeDtrControlTabindex() {
setTimeout(function () {
$('#table1_wrapper .dtr-control').removeAttr('tabindex');
}, 500);
}
// 執行
removeDtrControlTabindex();
// 執行 member等高計算目前改用flexbox故mark掉 by ika 20160105
// $(window).load(function() {
// if ($('.index-member-3').length && $(window).width() > 992) {