fixes the highlight issue @coding-horror reported

This commit is contained in:
Régis Hanol 2013-03-11 20:58:02 +01:00
parent 3b7ac014de
commit 8a143bacaf
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ Discourse.TopicListItemView = Discourse.View.extend({
}
// highlight new topics that have been loaded from the server or the one we just created
else if (this.get('content.highlight')) {
this.set('content.highlight', false);
this.highlight();
}
}