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