removing lightbox quick fix

This commit is contained in:
2016-03-26 14:15:54 +01:00
parent bf4a4e32fe
commit 3b953e1237

View File

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