mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing bug where original view would save feed view if original page was missing. Shouldn't save at all.
This commit is contained in:
parent
4443defc39
commit
7bc89c8013
1 changed files with 3 additions and 1 deletions
|
@ -566,7 +566,9 @@ NEWSBLUR.Views.OriginalTabView = Backbone.View.extend({
|
|||
NEWSBLUR.reader.active_feed) {
|
||||
$('.NB-feed-frame').attr('src', '');
|
||||
window.top.location = '/reader/buster';
|
||||
NEWSBLUR.reader.switch_taskbar_view('feed');
|
||||
NEWSBLUR.reader.switch_taskbar_view('feed', {
|
||||
skip_save_type: true
|
||||
});
|
||||
}
|
||||
}
|
||||
}, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue