diff --git a/IPython/html/templates/page.html b/IPython/html/templates/page.html
index ea0a89d44..9d6bf4edc 100644
--- a/IPython/html/templates/page.html
+++ b/IPython/html/templates/page.html
@@ -25,7 +25,6 @@
jquery: 'components/jquery/jquery.min',
bootstrap: 'components/bootstrap/js/bootstrap.min',
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
- dateformat: 'dateformat/date.format',
jqueryui: 'components/jquery-ui/ui/minified/jquery-ui.min',
highlight: 'components/highlight.js/build/highlight.pack',
moment: "components/moment/moment",
@@ -46,9 +45,6 @@
deps: ["bootstrap"],
exports: "Tour"
},
- dateformat: {
- exports: "dateFormat"
- },
jqueryui: {
deps: ["jquery"],
exports: "$"