mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-15 06:28:14 +08:00
修复网页按钮配置功能UI错误
This commit is contained in:
@@ -899,7 +899,7 @@ for (var i = 0; i < actions.length; i++) {
|
||||
`;
|
||||
}
|
||||
document.getElementById("short_click_events_tb").innerHTML = tb_html;
|
||||
|
||||
componentHandler.upgradeDom();
|
||||
|
||||
|
||||
});
|
||||
@@ -1248,6 +1248,7 @@ for (var i = 0; i < actions.length; i++) {
|
||||
`;
|
||||
}
|
||||
document.getElementById("short_click_events_tb").innerHTML = tb_html;
|
||||
componentHandler.upgradeDom();
|
||||
|
||||
window.setTimeout(GetPowerRecord, 3000);
|
||||
}, power_idx.toString());
|
||||
|
||||
Reference in New Issue
Block a user