Skip to content

Commit

Permalink
Fix updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
benubois committed Apr 10, 2018
1 parent 600fb50 commit ea668e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/subscriptions/update.js.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<%= render partial: 'shared/message_flash', locals: {flash: flash} %>
feedbin.data.user_titles[<%= @subscription.feed_id %>] = "<%= j @subscription.title %>";
feedbin.applyUserTitles();

0 comments on commit ea668e9

Please sign in to comment.