Show More
@@ -44,8 +44,7 var IPython = (function (IPython) { | |||||
44 | return false; |
|
44 | return false; | |
45 | }); |
|
45 | }); | |
46 | this.element.bind('drop', function(event){ |
|
46 | this.element.bind('drop', function(event){ | |
47 | console.log('bound to drop'); |
|
47 | that.handelFilesUpload(event,'drop'); | |
48 | that.handelFilesUpload(event,'drop'); |
|
|||
49 | return false; |
|
48 | return false; | |
50 | }); |
|
49 | }); | |
51 | }; |
|
50 | }; |
General Comments 0
You need to be logged in to leave comments.
Login now