This commit is contained in:
parent
c1046fa66d
commit
98eb287789
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue