Die Fotos werden jetzt nicht mehr im Browser angezeigt, sondern zum Download angeboten
This commit is contained in:
@ -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>");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user