diff --git a/public/js/app.js b/public/js/app.js index ef54aaf81..b69d33395 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -640,7 +640,7 @@ function initIssue() { var clickedButton = undefined; - $("button,input[type=\"submit\"]", fileInput.form).on("click", function() { + $('#issue-reply-btn,input[type="submit"]', fileInput.form).on('click', function() { clickedButton = this; var $button = $(this);