mirror of https://github.com/ventoy/Ventoy.git
fix typo
This commit is contained in:
parent
e5fa5e6d84
commit
676831dbbe
|
@ -281,7 +281,7 @@
|
|||
$('input[type=text]').each(function (){
|
||||
var id = $(this).attr('id');
|
||||
if (typeof(id) == 'undefined') {
|
||||
retunrn;
|
||||
return;
|
||||
}
|
||||
|
||||
if (id.startsWith('id_text_timeout_') || id.startsWith('id_text_autosel_')) {
|
||||
|
|
Loading…
Reference in New Issue