##// END OF EJS Templates
Fix bootstrap tour
Jonathan Frederic -
Show More
@@ -67,13 +67,13 b' var tour_steps = ['
67 title: "Back to Command Mode",
67 title: "Back to Command Mode",
68 placement: 'bottom',
68 placement: 'bottom',
69 onShow: function(tour) { IPython.notebook.command_mode(); },
69 onShow: function(tour) { IPython.notebook.command_mode(); },
70 onHide: function(tour) { $('#help_menu').parent().children('a').click(); },
70 content: "Pressing <code>Esc</code> or clicking outside of the input text area takes you back to Command Mode."
71 content: "Pressing <code>Esc</code> or clicking outside of the input text area takes you back to Command Mode."
71 }, {
72 }, {
72 element: '#keyboard_shortcuts',
73 element: '#keyboard_shortcuts',
73 title: "Keyboard Shortcuts",
74 title: "Keyboard Shortcuts",
74 placement: 'bottom',
75 placement: 'bottom',
75 onShow: function(tour) { $('#help_menu').parent().addClass('open'); },
76 onHide: function(tour) { $('#help_menu').parent().children('a').click(); },
76 onHide: function(tour) { $('#help_menu').parent().removeClass('open'); },
77 content: "You can click here to get a list of all of the keyboard shortcuts."
77 content: "You can click here to get a list of all of the keyboard shortcuts."
78 }, {
78 }, {
79 element: "#kernel_indicator",
79 element: "#kernel_indicator",
General Comments 0
You need to be logged in to leave comments. Login now