fix indent

v1.18.x
barisusakli 9 years ago
parent c617a3f008
commit 8f40b3f00d

@ -161,7 +161,7 @@ define('forum/category', [
var cid = ajaxify.data.cid;
if (scrollTo.length && cid) {
$('html, body').animate({
$('html, body').animate({
scrollTop: (scrollTo.offset().top - offset) + 'px'
}, duration !== undefined ? duration : 400, function() {
Category.highlightTopic(clickedIndex);

Loading…
Cancel
Save