mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing intro dialog from popping up on failing setup_feeds pref.
This commit is contained in:
parent
04d698342e
commit
afb3b9f14d
1 changed files with 1 additions and 0 deletions
|
@ -423,6 +423,7 @@ _.extend(NEWSBLUR.ReaderIntro.prototype, {
|
|||
$('.NB-tutorial-next-page-text', this.$modal).text('All Done ');
|
||||
} else if (page_number > page_count) {
|
||||
NEWSBLUR.reader.check_hide_getting_started();
|
||||
NEWSBLUR.assets.preference('has_setup_feeds', true);
|
||||
this.close(_.bind(function() {
|
||||
NEWSBLUR.reader.open_dialog_after_feeds_loaded({
|
||||
delayed_import: this.flags.delayed_import,
|
||||
|
|
Loading…
Add table
Reference in a new issue