mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
fix bookmark
This commit is contained in:
@@ -181,6 +181,8 @@ define('navigator', ['forum/pagination'], function(pagination) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
navigator.scrollActive = false;
|
navigator.scrollActive = false;
|
||||||
|
postIndex = parseInt(postIndex, 10) + 1;
|
||||||
|
ajaxify.go(generateUrl(postIndex));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user