mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-05 11:34:25 +00:00
fix of wrong name of option to display image preview
This commit is contained in:
parent
ede178eb32
commit
7fa35cd23b
@ -627,7 +627,7 @@ var postExpandFunction = function( e, postLi )
|
|||||||
|
|
||||||
$postExpandedContent.slideDown( "fast" );
|
$postExpandedContent.slideDown( "fast" );
|
||||||
|
|
||||||
if ($.Options.showPreview.val === 'enable') {
|
if ($.Options.displayPreview.val === 'enable') {
|
||||||
var previewContainer=$postExpandedContent.find(".preview-container")[0];
|
var previewContainer=$postExpandedContent.find(".preview-container")[0];
|
||||||
/* was the preview added before... */
|
/* was the preview added before... */
|
||||||
if ($(previewContainer).children().length == 0) {
|
if ($(previewContainer).children().length == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user