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