mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
fix plugson page language issue
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user