mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
bug fix
This commit is contained in:
parent
13f2fa625c
commit
608943480c
@ -105,7 +105,7 @@ const quickcommand = {
|
|||||||
var html = `<select id="selectBox" class="swal2-select">`
|
var html = `<select id="selectBox" class="swal2-select">`
|
||||||
var selectBoxNumbers = selects.length
|
var selectBoxNumbers = selects.length
|
||||||
for (let i = 0; i < selectBoxNumbers; i++) {
|
for (let i = 0; i < selectBoxNumbers; i++) {
|
||||||
html += `<option>${selects[i]}</option>`
|
html += `<option value="${selects[i]}">${selects[i]}</option>`
|
||||||
}
|
}
|
||||||
html += `</select>`
|
html += `</select>`
|
||||||
var options = {
|
var options = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user