mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
feat: add row highlighting for popular and unread
This commit is contained in:
@@ -53,7 +53,9 @@ define('forum/topic/threadTools', [
|
||||
}
|
||||
|
||||
if (app.previousUrl && !app.previousUrl.match('^/topic')) {
|
||||
ajaxify.go(app.previousUrl, handleBack.onBackClicked);
|
||||
ajaxify.go(app.previousUrl, function () {
|
||||
handleBack.onBackClicked(true);
|
||||
});
|
||||
} else if (ajaxify.data.category) {
|
||||
ajaxify.go('category/' + ajaxify.data.category.slug, handleBack.onBackClicked);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user