Force feed refreshing on fixing exceptions.

This commit is contained in:
Samuel Clay 2010-09-07 16:36:24 -07:00
parent a1b3926249
commit 82c10c563a

View file

@ -203,7 +203,7 @@ NEWSBLUR.ReaderFeedException.prototype = {
if (feed_address.length) {
this.model.save_exception_change_feed_address(feed_id, feed_address, function(code) {
NEWSBLUR.reader.flags['has_unfetched_feeds'] = true;
NEWSBLUR.reader.force_feed_refresh();
NEWSBLUR.reader.load_feeds();
$.modal.close();
});
}
@ -221,7 +221,7 @@ NEWSBLUR.ReaderFeedException.prototype = {
if (feed_link.length) {
this.model.save_exception_change_feed_link(feed_id, feed_link, function(code) {
NEWSBLUR.reader.flags['has_unfetched_feeds'] = true;
NEWSBLUR.reader.force_feed_refresh();
NEWSBLUR.reader.load_feeds();
$.modal.close();
});
}