fixed index of newly created posts, matched vanilla search form to lavender

This commit is contained in:
Baris Soner Usakli
2014-02-18 15:14:33 -05:00
parent 17cee2cb99
commit 6140d76f76
5 changed files with 29 additions and 29 deletions

View File

@@ -754,7 +754,6 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
}
socket.emit('topics.markAsRead', {tid: tid, uid: app.uid});
createNewPosts(data);
});