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:
@@ -299,7 +299,7 @@
|
||||
|
||||
$('input[type=radio]').each(function(){
|
||||
var id = $(this).attr('id');
|
||||
if (id.startsWith('id_theme_file')) {
|
||||
if (typeof(id) != 'undefined' && id.startsWith('id_theme_file')) {
|
||||
$(this).change(function() {
|
||||
m_data_theme[current_tab_index].default_file =parseInt(id.substr(id.length - 1));
|
||||
VtoySaveCurrentPage();
|
||||
|
Reference in New Issue
Block a user