mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 03:51:26 +01:00
fix indent
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user