mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-27 16:01:14 +00:00
fix typo
This commit is contained in:
@@ -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_')) {
|
||||
|
Reference in New Issue
Block a user