mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Attaching handlers when swapping story content.
This commit is contained in:
parent
1effb5b9cf
commit
3cadd30c43
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,8 @@ NEWSBLUR.Views.StoryDetailView = Backbone.View.extend({
|
|||
render_story_content: function() {
|
||||
this.$(".NB-feed-story-show-changes-text").text((this.model.get('showing_diff') ? "Hide" : "Show") + " story changes");
|
||||
this.$(".NB-feed-story-content").html(this.model.get('story_content'));
|
||||
|
||||
this.attach_handlers();
|
||||
},
|
||||
|
||||
destroy: function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue