mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
fixed index of newly created posts, matched vanilla search form to lavender
This commit is contained in:
@@ -754,7 +754,6 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
|
||||
}
|
||||
|
||||
socket.emit('topics.markAsRead', {tid: tid, uid: app.uid});
|
||||
|
||||
createNewPosts(data);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user