We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d21a1b commit e3df236Copy full SHA for e3df236
notebook/static/tree/js/notebooklist.js
@@ -1176,6 +1176,7 @@ define([
1176
var add_uploading_button = function (f, item) {
1177
// change buttons, add a progress bar
1178
var uploading_button = item.find('.upload_button').text("Uploading");
1179
+ uploading_button.off('click'); // Prevent double upload
1180
var progress_bar = $('<span/>')
1181
.addClass('progress-bar')
1182
.css('top', '0')
0 commit comments