diff --git a/IPython/frontend/html/notebook/static/js/notebook.js b/IPython/frontend/html/notebook/static/js/notebook.js index ea5693b04..4d84117bc 100644 --- a/IPython/frontend/html/notebook/static/js/notebook.js +++ b/IPython/frontend/html/notebook/static/js/notebook.js @@ -745,7 +745,6 @@ var IPython = (function (IPython) { var data = this.toJSON(); data.name = nbname; data.nbformat = 2; - data.id = notebook_id // We do the call with settings so we can set cache to false. var settings = { processData : false,