diff --git a/notebook/static/tree/js/notebooklist.js b/notebook/static/tree/js/notebooklist.js index 6bd969b850..7f96b2bac3 100644 --- a/notebook/static/tree/js/notebooklist.js +++ b/notebook/static/tree/js/notebooklist.js @@ -1220,12 +1220,14 @@ define([ NotebookList.prototype.add_large_file_upload_button = function (file) { var that = this; var item = that.new_item(0, true); + var stop_signal = false; item.addClass('new-file'); that.add_name_input(file.name, item, 'file'); var cancel_button = $('