Taking Google Reader starred stories import out of the intro/import dialog. Closes #678.

This commit is contained in:
Samuel Clay 2015-04-13 20:41:52 -07:00
parent 38b1ffa802
commit fe61780c92
2 changed files with 2 additions and 8 deletions

View file

@ -8376,7 +8376,8 @@ form.opml_import_form input {
.NB-modal-intro .NB-intro-module.NB-intro-import-opml,
.NB-modal-intro .NB-intro-module.NB-intro-import-starred {
height: auto;
height: 200px;
padding-top: 64px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

View file

@ -108,13 +108,6 @@ _.extend(NEWSBLUR.ReaderIntro.prototype, {
])
])
])
]),
$.make('div', { className: 'NB-intro-starredimport NB-intro-module-container NB-right' }, [
$.make('h3', { className: 'NB-module-content-header' }, 'Google Reader Starred Stories'),
$.make('div', { className: 'NB-intro-import-starred NB-intro-module' }, [
$.make('a', { className: 'NB-intro-starredimport-info NB-splash-link', href: "https://www.google.com/takeout/#custom:reader", target: "_blank" }, 'Download from Takeout'),
$.make('div', { className: 'NB-modal-submit-button NB-modal-submit-grey NB-starredimport-button NB-disabled' }, 'Upload starred.json')
])
])
])
])