mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 07:04:24 +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" );
|
||||
|
||||
if ($.Options.showPreview.val === 'enable') {
|
||||
if ($.Options.displayPreview.val === 'enable') {
|
||||
var previewContainer=$postExpandedContent.find(".preview-container")[0];
|
||||
/* was the preview added before... */
|
||||
if ($(previewContainer).children().length == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user