mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: OpenGraph should feature the desired post, if found in the set.
This commit is contained in:
@@ -346,7 +346,6 @@ Discourse.TopicView.reopenClass({
|
||||
var header = $('header');
|
||||
var title = $('#topic-title');
|
||||
var expectedOffset = title.height() - header.find('.contents').height();
|
||||
console.log(expectedOffset);
|
||||
|
||||
if (expectedOffset < 0) {
|
||||
expectedOffset = 0;
|
||||
|
||||
Reference in New Issue
Block a user