X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/1f49265f29459295bc1b66c53da3de9e99a9370e..c2cc0bd3dca23519f59565bc4e69fb5c92d3bb0f:/Plugson/www/plugson_control.html
diff --git a/Plugson/www/plugson_control.html b/Plugson/www/plugson_control.html
index 60c8fc7..5b13f7b 100644
--- a/Plugson/www/plugson_control.html
+++ b/Plugson/www/plugson_control.html
@@ -61,15 +61,17 @@
é项说æ |
æå®æç´¢ISOæä»¶çæ ¹ç®å½ãé»è®¤Ventoyä¼æç´¢Uçä¸çææç®å½ååç®å½ï¼å½ä½ Uçä¸ææµ·éçæä»¶æ¶ï¼è¿ä¸ªè¿ç¨ä¼å¾æ
¢ã
- è¿ç§æ
åµä¸ä½ å¯ä»¥æISOæä»¶åç¬æ¾å¨æä¸ªç®å½ä¸ï¼ç¶åéè¿è¿ä¸ªå鿥æå®æç´¢è·¯å¾ï¼æ¤æ¶Ventoyå°±åªä¼æç´¢è¯¥ç®å½åå
¶åç®å½ã
+ è¿ç§æ
åµä¸ä½ å¯ä»¥æISOæä»¶åç¬æ¾å¨æä¸ªåç®å½ä¸ï¼ç¶åéè¿è¿ä¸ªå鿥æå®æç´¢è·¯å¾ï¼æ¤æ¶Ventoyå°±åªä¼æç´¢è¯¥ç®å½åå
¶åç®å½ã
+ 注æè¿éä¸è½è®¾ç½®ä¸ºUçæ ¹ç®å½ï¼å¿
须为ä¸ä¸ªåç®å½ã
|
| Option Description |
The root path where to search the image files. By default, Ventoy will search all the directories and subdirectories in the USB. This will be very slow when you have huge number of files in the USB.
- In this case, you can put all the image files in one directory and use this to specify the search path.
- After that Ventoy will only search this directory and its subdirectories for image files.
+ In this case, you can put all the image files in one subdirectory and use this to specify the search path.
+ After that Ventoy will only search this directory and its subdirectories for image files.
+ Note: the path must not be the mountpoint of the first partition, but a subdirectory.
|
@@ -1182,7 +1184,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);
}
});