X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/036b58ff0c95cc294ad1ec6e5b6a715b89b34e48..76a6b8061c6c4f07a51266c0310b91f684490270:/Plugson/www/plugson_control.html diff --git a/Plugson/www/plugson_control.html b/Plugson/www/plugson_control.html index 60c8fc7..b686455 100644 --- a/Plugson/www/plugson_control.html +++ b/Plugson/www/plugson_control.html @@ -1182,7 +1182,7 @@ $('input[type=radio]').each(function(){ var id = $(this).attr('id'); - if (id.startsWith('id_ctrl')) { + if (typeof(id) != 'undefined' && id.startsWith('id_ctrl')) { $(this).change(VtoySaveCurrentPage); } });