mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Attempting to re-attach change binding when replacing feeds in organizer.
This commit is contained in:
parent
93f67505a7
commit
f43e54cbb6
1 changed files with 3 additions and 0 deletions
|
@ -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));
|
||||
},
|
||||
|
||||
// ===========
|
||||
|
|
Loading…
Add table
Reference in a new issue