diff --git a/core/client/views/debug.js b/core/client/views/debug.js index 42e3d005be..1b14616bc7 100644 --- a/core/client/views/debug.js +++ b/core/client/views/debug.js @@ -21,6 +21,8 @@ dataType: 'json', add: function (e, data) { /*jslint unparam:true*/ + // unregister click event to preveng duplicate binding + $('#startupload').off("click"); data.context = $('#startupload').prop('disabled', false) .click(function () { $('#startupload').prop('disabled', true);