|
@@ -640,7 +640,7 @@ function initIssue() {
|
|
|
|
|
|
var clickedButton = undefined;
|
|
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;
|
|
clickedButton = this;
|
|
|
|
|
|
var $button = $(this);
|
|
var $button = $(this);
|