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