From 1eae6f060a6db4558bc28bc76b1bbad6782d4828 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Fri, 11 May 2012 15:39:29 +0200 Subject: [PATCH] do not expose enable/disable autorefresh --- .../frontend/html/notebook/static/js/projectdashboardmain.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/IPython/frontend/html/notebook/static/js/projectdashboardmain.js b/IPython/frontend/html/notebook/static/js/projectdashboardmain.js index 50c4f9d61..da2bf6ff7 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'); }); + });