mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Cleaning up keyboard shortcuts, reversing training images, and turning off tutorial when used.
This commit is contained in:
parent
2bb41f805c
commit
f26166622d
3 changed files with 3 additions and 4 deletions
|
@ -4608,7 +4608,7 @@ background: transparent;
|
|||
width: 510px;
|
||||
}
|
||||
.NB-modal-tutorial .NB-page-4 .NB-modal-keyboard .NB-keyboard-shortcut {
|
||||
margin: 0 20px 12px 0;
|
||||
margin: 0 20px 0 0;
|
||||
width: 235px;
|
||||
}
|
||||
.NB-modal-tutorial .NB-page-4 .NB-modal-keyboard .NB-keyboard-shortcut.NB-last {
|
||||
|
|
|
@ -3111,7 +3111,6 @@
|
|||
},
|
||||
|
||||
open_tutorial_modal: function() {
|
||||
this.model.preference('tutorial_finished', false);
|
||||
NEWSBLUR.tutorial = new NEWSBLUR.ReaderTutorial();
|
||||
},
|
||||
|
||||
|
|
|
@ -133,8 +133,8 @@ _.extend(NEWSBLUR.ReaderTutorial.prototype, {
|
|||
$.make('ul', [
|
||||
$.make('li', { className: 'NB-tutorial-train-1' }, [
|
||||
$.make('b', 'First: Train stories and sites.'),
|
||||
$.make('img', { src: NEWSBLUR.Globals.MEDIA_URL + '/img/reader/tutorial_train_story.png' }),
|
||||
$.make('img', { src: NEWSBLUR.Globals.MEDIA_URL + '/img/reader/tutorial_train_feed.png' })
|
||||
$.make('img', { src: NEWSBLUR.Globals.MEDIA_URL + '/img/reader/tutorial_train_feed.png' }),
|
||||
$.make('img', { src: NEWSBLUR.Globals.MEDIA_URL + '/img/reader/tutorial_train_story.png' })
|
||||
]),
|
||||
$.make('li', [
|
||||
$.make('b', 'Second: The intelligence slider filters stories based on training.'),
|
||||
|
|
Loading…
Add table
Reference in a new issue