coolsnowwolf/luci

使material主题重新显示switch的端口速率

CCnut opened this issue · 0 comments

CCnut commented

注释掉以下函数

$(".cbi-section-table-titles, .cbi-section-table-descr, .cbi-section-descr").each(function () {
var that = $(this);
if (that.text().trim() == ""){
that.css("display", "none");
}
});

我试过,不会对其他元素造成影响