From 8f40b3f00d4fcf836ca96a3d3ce26718030195b5 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 24 Sep 2015 21:19:11 -0400 Subject: [PATCH] fix indent --- public/src/client/category.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/client/category.js b/public/src/client/category.js index ee7c37d984..b04baa0694 100644 --- a/public/src/client/category.js +++ b/public/src/client/category.js @@ -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);