##// END OF EJS Templates
Removed block commented tour step (never worked anyways)
Jonathan Frederic -
Show More
@@ -20,12 +20,7 var tour_steps = [
20 title: "Filename",
20 title: "Filename",
21 placement: 'bottom',
21 placement: 'bottom',
22 content: "Click here to change the filename for this notebook."
22 content: "Click here to change the filename for this notebook."
23 }, /*{
23 }, {
24 element: "#checkpoint_status",
25 title: "Checkpoint Status",
26 placement: 'bottom',
27 content: "Information about the last time this notebook was saved."
28 },*/ {
29 element: $("#menus").parent(),
24 element: $("#menus").parent(),
30 placement: 'bottom',
25 placement: 'bottom',
31 backdrop: true,
26 backdrop: true,
General Comments 0
You need to be logged in to leave comments. Login now