mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-12 02:09:06 +08:00
Fix bug introduced with new JSON for SD Files
This commit is contained in:
parent
25cce3a70f
commit
ca230c5fdc
@ -379,7 +379,7 @@ list2display+=tcontent[0] ;
|
||||
list2display+="</OPTION>";}
|
||||
}
|
||||
list2display+="</select>";
|
||||
if ( jsonresponse.length>0){
|
||||
if ( jsonresponse.file.length>0){
|
||||
list2display+="</td><td>⇛</td><td>";
|
||||
list2display+="<div class=\"btnimg\" Onclick=\"printfile();\" ><svg width=\"40\" height=\"40\">";
|
||||
list2display+="<rect width=\"40\" height=\"40\" style=\"fill:black;\"/>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user