Attempting to re-attach change binding when replacing feeds in organizer.

This commit is contained in:
Samuel Clay 2015-11-12 17:17:15 -08:00
parent 93f67505a7
commit f43e54cbb6

View file

@ -211,6 +211,9 @@ _.extend(NEWSBLUR.ReaderOrganizer.prototype, {
$delete.text('Delete ' + Inflector.pluralize('site', count, true)).removeClass('NB-disabled');
$move.text('Move ' + Inflector.pluralize('site', count, true)).removeClass('NB-disabled');
}
NEWSBLUR.assets.feeds.off('change:highlighted')
.on('change:highlighted', _.bind(this.change_selection, this));
},
// ===========