Various fixes

This commit is contained in:
MathMan05
2024-06-08 22:22:59 -05:00
parent 54f026e262
commit 8c80870d30
5 changed files with 64 additions and 36 deletions

View File

@@ -529,7 +529,7 @@ const images=[];
const imageshtml=[];
function createunknown(fname,fsize,src){
const div=document.createElement("table");
div.classList.add("unkownfile");
div.classList.add("unknownfile");
const nametr=document.createElement("tr");
div.append(nametr);
const fileicon=document.createElement("td");