From 04af03c199dd1fa7a54fc9111a8532a9d195e715 2012-05-15 19:54:09 From: Matthias BUSSONNIER Date: 2012-05-15 19:54:09 Subject: [PATCH] do not expose enable/disable autorefresh --- diff --git a/IPython/frontend/html/notebook/static/js/projectdashboardmain.js b/IPython/frontend/html/notebook/static/js/projectdashboardmain.js index 50c4f9d..da2bf6f 100644 --- a/IPython/frontend/html/notebook/static/js/projectdashboardmain.js +++ b/IPython/frontend/html/notebook/static/js/projectdashboardmain.js @@ -71,14 +71,12 @@ $(document).ready(function () { // finally start it, it will refresh immediately enable_autorefresh(); - IPython.enable_autorefresh = enable_autorefresh; - IPython.disable_autorefresh = disable_autorefresh; - IPython.page.show(); // bound the upload method to the on change of the file select list $("#alternate_upload").change(function (event){ IPython.notebook_list.handelFilesUpload(event,'form'); }); + });