fixed f5 from in the middle of a big topic

v1.18.x
psychobunny 10 years ago
parent 028a520bf0
commit 4c4d560f64

@ -92,7 +92,7 @@ define('navigator', ['forum/pagination', 'components'], function(pagination, com
var middleOfViewport = $(window).scrollTop() + $(window).height() / 2;
index = 0;
index = parseInt($(navigator.selector).first().attr('data-index'), 10);
$(navigator.selector).each(function() {
var el = $(this);

Loading…
Cancel
Save