Show More
@@ -71,14 +71,12 b' $(document).ready(function () {' | |||||
71 | // finally start it, it will refresh immediately |
|
71 | // finally start it, it will refresh immediately | |
72 | enable_autorefresh(); |
|
72 | enable_autorefresh(); | |
73 |
|
73 | |||
74 | IPython.enable_autorefresh = enable_autorefresh; |
|
|||
75 | IPython.disable_autorefresh = disable_autorefresh; |
|
|||
76 |
|
||||
77 | IPython.page.show(); |
|
74 | IPython.page.show(); | |
78 |
|
75 | |||
79 | // bound the upload method to the on change of the file select list |
|
76 | // bound the upload method to the on change of the file select list | |
80 | $("#alternate_upload").change(function (event){ |
|
77 | $("#alternate_upload").change(function (event){ | |
81 | IPython.notebook_list.handelFilesUpload(event,'form'); |
|
78 | IPython.notebook_list.handelFilesUpload(event,'form'); | |
82 | }); |
|
79 | }); | |
|
80 | ||||
83 | }); |
|
81 | }); | |
84 |
|
82 |
General Comments 0
You need to be logged in to leave comments.
Login now