mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-03 01:15:48 -04:00
Merge pull request #426 from ZogStriP/fix-highlight-issue
fixes the highlight issue @coding-horror reported
This commit is contained in:
commit
2115c36c84
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue