|
|
@ -662,7 +662,7 @@ define('navigator', [
|
|
|
|
|
|
|
|
|
|
|
|
const postHeight = scrollTo.outerHeight(true);
|
|
|
|
const postHeight = scrollTo.outerHeight(true);
|
|
|
|
const navbarHeight = components.get('navbar').outerHeight(true) || 0;
|
|
|
|
const navbarHeight = components.get('navbar').outerHeight(true) || 0;
|
|
|
|
const topicHeaderHeight = $('.topic-header').outerHeight(true) || 0;
|
|
|
|
const topicHeaderHeight = $('.topic-main-buttons').outerHeight(true) || 0;
|
|
|
|
const viewportHeight = $(window).height();
|
|
|
|
const viewportHeight = $(window).height();
|
|
|
|
|
|
|
|
|
|
|
|
// Temporarily disable navigator update on scroll
|
|
|
|
// Temporarily disable navigator update on scroll
|
|
|
|