mirror of
https://github.com/NohamR/N_m3u8DL-RE_Command_Generator.git
synced 2025-05-24 14:31:57 +00:00
fix select won't update #10
This commit is contained in:
parent
d6c3726719
commit
a7263ce73e
@ -65,3 +65,7 @@ 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