saner each statement

This commit is contained in:
Hannes Mannerheim 2015-03-29 23:07:43 +02:00
parent 592d712599
commit 4253bffebb

View File

@ -958,8 +958,8 @@ function expand_queet(q,doScrolling) {
q.find('.stream-item-footer').before('<div class="expanded-content"><div class="queet-stats-container"></div><div class="client-and-actions"><span class="metadata">' + metadata + '</span></div></div>');
// maybe show images or videos
$.each($('#' + q.children('.queet').attr('id') + ' .queet-text, #' + q.children('.queet').attr('id') + ' > .attachments').find('a'), function() {
// maybe show images or videos, look for them in both the text and in the thumbnail container
$.each(q.children('.queet').find('.queet-text, .attachments').find('a'), function() {
var attachment_mimetype = $(this).find('img').attr('data-mime-type');