first attachment on top in thumbnails, solves issue with expanding later

This commit is contained in:
Hannes Mannerheim 2015-03-29 22:51:34 +02:00
parent 56cbe2fdd0
commit 592d712599

View File

@ -1787,7 +1787,6 @@ function buildQueetHtml(obj, idInStream, extraClassesThisRun, requeeted_by, isCo
// image attachment thumbnails
var attachment_html = '';
if(typeof obj.attachments != "undefined") {
obj.attachments.reverse(); // last on top
$.each(obj.attachments, function(){
if(this.id != null) {
var bigThumbW = 1000;