Browse Source

Merge pull request #361 from erqan/fix-preview

fix internal image preview
readme-update
Сёма Мрачный 8 years ago committed by GitHub
parent
commit
e8e72d21b5
  1. 2
      js/interface_common.js

2
js/interface_common.js

@ -1537,7 +1537,7 @@ function postExpandFunction(e, postLi) { @@ -1537,7 +1537,7 @@ function postExpandFunction(e, postLi) {
var originalLi = $('<li/>', {class: 'module post original'}).appendTo(itemOl)
.append(originalPost);
setPostImagePreview(postExpandedContent, originalPost.find('a[rel="nofollow"]'));
setPostImagePreview(postExpandedContent, originalPost.find('a[rel^="nofollow"]'));
postExpandedContent.slideDown('fast');

Loading…
Cancel
Save