Merge pull request #426 from ZogStriP/fix-highlight-issue
fixes the highlight issue @coding-horror reported
This commit is contained in:
commit
2115c36c84
|
@ -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
|
// highlight new topics that have been loaded from the server or the one we just created
|
||||||
else if (this.get('content.highlight')) {
|
else if (this.get('content.highlight')) {
|
||||||
|
this.set('content.highlight', false);
|
||||||
this.highlight();
|
this.highlight();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue