Die Fotos werden jetzt nicht mehr im Browser angezeigt, sondern zum Download angeboten

This commit is contained in:
Sven.Schmalle
2019-11-21 11:57:54 +01:00
parent 2e47fbde64
commit 93d32309e8
2 changed files with 20 additions and 1 deletions

View File

@ -76,7 +76,7 @@
var ObjInhalt = content[i];
$("#Ordner").append(""+
"<img src=\""+ServerAPI+"/thumb/"+folder+"/"+ObjInhalt+"\" width=200>"+
"<a href=\""+ServerAPI+"/img/"+folder+"/"+ObjInhalt+"\">"+
"<a href=\""+ServerAPI+"/imgdl/"+folder+"/"+ObjInhalt+"\">"+
ObjInhalt+"</a><hr>");
}
}