From: longpanda Date: Wed, 12 Jan 2022 03:10:15 +0000 (+0800) Subject: fix typo X-Git-Tag: v1.0.65~8 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/676831dbbe47060a8da8a8bd9fa7136dd43b9b50?ds=sidebyside fix typo --- diff --git a/Plugson/www/plugson_persistence.html b/Plugson/www/plugson_persistence.html index 60e0134..6b8caf6 100644 --- a/Plugson/www/plugson_persistence.html +++ b/Plugson/www/plugson_persistence.html @@ -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_')) {