This commit is contained in:
barisusakli
2016-06-21 14:43:38 +03:00
parent 1bf6054345
commit 4bbc8110a9
4 changed files with 36 additions and 29 deletions

View File

@@ -225,9 +225,6 @@ define('forum/topic/posts', [
if (data && data.posts && data.posts.length) {
createNewPosts(data, replies, direction, done);
} else {
if (app.user.uid) {
socket.emit('topics.markAsRead', [tid]);
}
navigator.update();
done();
}