diff --git a/IPython/html/static/notebook/js/tour.js b/IPython/html/static/notebook/js/tour.js index 2b22c6d..43c2ec5 100644 --- a/IPython/html/static/notebook/js/tour.js +++ b/IPython/html/static/notebook/js/tour.js @@ -27,7 +27,7 @@ var tour_steps = [ placement: 'bottom', content: "Information about the last time this notebook was saved." }, { - element: "#menus", + element: $("#menus").parent(), placement: 'bottom', backdrop: true, title: "Notebook Menubar",