\r
$('input[type=radio]').each(function(){\r
var id = $(this).attr('id');\r
- if (id.startsWith('id_theme_file')) {\r
+ if (typeof(id) != 'undefined' && id.startsWith('id_theme_file')) {\r
$(this).change(function() {\r
m_data_theme[current_tab_index].default_file =parseInt(id.substr(id.length - 1));\r
VtoySaveCurrentPage();\r