X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/1f49265f29459295bc1b66c53da3de9e99a9370e..b128a0b6d3d312f44110b7736bc5a0bfee811e95:/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); } });