mirror of
https://github.com/NohamR/N_m3u8DL-RE_Command_Generator.git
synced 2025-07-08 12:57:06 +00:00
fix select won't update #10
This commit is contained in:
parent
d6c3726719
commit
a7263ce73e
@ -64,4 +64,8 @@ function generate(params) {
|
|||||||
generate('generator_body')
|
generate('generator_body')
|
||||||
for (const input of document.querySelectorAll('input')) {
|
for (const input of document.querySelectorAll('input')) {
|
||||||
input.addEventListener('input', () => generate('generator_body'))
|
input.addEventListener('input', () => generate('generator_body'))
|
||||||
|
}
|
||||||
|
|
||||||
|
for (const input of document.querySelectorAll('select')) {
|
||||||
|
input.addEventListener('input', () => generate('generator_body'))
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user