diff --git a/IPython/html/static/notebook/js/tour.js b/IPython/html/static/notebook/js/tour.js
index fd1fbd9..e869247 100644
--- a/IPython/html/static/notebook/js/tour.js
+++ b/IPython/html/static/notebook/js/tour.js
@@ -20,12 +20,7 @@ var tour_steps = [
title: "Filename",
placement: 'bottom',
content: "Click here to change the filename for this notebook."
- }, /*{
- element: "#checkpoint_status",
- title: "Checkpoint Status",
- placement: 'bottom',
- content: "Information about the last time this notebook was saved."
- },*/ {
+ }, {
element: $("#menus").parent(),
placement: 'bottom',
backdrop: true,