mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-20 00:43:22 +08:00
Update index.html
修复按钮配置,事件下拉框最后多一个空白选项的问题
This commit is contained in:
@@ -960,7 +960,7 @@
|
||||
.attr('data-val', -1)
|
||||
.text("未设置")
|
||||
);
|
||||
for (let i = 0; i <= BTN_OPERATIONS.length; i++) {
|
||||
for (let i = 0; i < BTN_OPERATIONS.length; i++) {
|
||||
$('#btn_action_selector').append(
|
||||
$('<li>')
|
||||
.addClass('mdl-menu__item')
|
||||
|
||||
Reference in New Issue
Block a user