remove dead code

update title properly when count in list changes
remove broken (*) title notification from topic cause its just weird
This commit is contained in:
Sam
2013-06-03 10:38:57 +10:00
parent da22c0f359
commit 3ef16f292d
5 changed files with 14 additions and 16 deletions
@@ -347,7 +347,6 @@ Discourse.TopicController = Discourse.ObjectController.extend(Discourse.Selected
topic.set('highest_post_number', data.post_number);
topic.set('last_poster', data.user);
topic.set('last_posted_at', data.created_at);
Discourse.notifyTitle();
});
},