prefix fo lightbox

This commit is contained in:
2016-03-26 11:43:30 +01:00
parent 1e4d5eb2d6
commit 71e3cb3603

View File

@@ -124,7 +124,7 @@ function updateFeed()
break;
case 'picture':
var $Image = $('<img>', {'src':asPost.path/*, 'style':'transform:rotate('+asPost.rotate+'deg);'*/});
$Body = $('<a>', {href:asPost.path, 'data-lightbox':'Te Araroa', 'data-title':asPost.formatted_time}).append($Image);
$Body = $('<a>', {href:asPost.path, target:'_blank', 'data-lightbox':'Te Araroa', 'data-title':asPost.formatted_time}).append($Image);
sClass = 'image';
break;
case 'post':