Added show preview option

This commit is contained in:
erqan 2014-03-26 20:53:15 +02:00
parent b4ede1d54f
commit e13143229a

View File

@ -308,6 +308,8 @@ var postExpandFunction = function( e, postLi )
$postExpandedContent.slideDown( "fast" );
if ($.Options.getShowPreviewOpt() == 'enable')
{
var previewContainer=$postExpandedContent.find(".preview-container")[0];
/* was the preview added before... */
if ($(previewContainer).children().length == 0)
@ -318,6 +320,7 @@ var postExpandFunction = function( e, postLi )
$(previewContainer).append($("<img src='" + link.html() + "' class='image-preview' />"));
}
}
}
// insert "reply_to" before
requestRepliedBefore(originalLi);
// insert replies to this post after