mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
do not expose enable/disable autorefresh
This commit is contained in:
parent
40bdd81f5c
commit
1eae6f060a
@ -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');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user