]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - Plugson/www/plugson_image_list.html
update tip message for VTOY_DEFAULT_SEARCH_ROOT (#1373)
[Ventoy.git] / Plugson / www / plugson_image_list.html
index 4fc770feda1a2c46a7bf3a7a390c9f8ff5f22633..ff538ba182b51a56013c87095e7c6939dd9be099 100644 (file)
 \r
   $('input[type=radio]').each(function(){\r
     var id = $(this).attr('id');\r
-    if (id.startsWith('id_image_list_type')) {\r
+    if (typeof(id) != 'undefined' && id.startsWith('id_image_list_type')) {\r
       $(this).change(VtoySaveCurrentPage);\r
     }\r
   });\r