mirror of
https://github.com/go-gitea/gitea
synced 2025-07-21 01:38:37 +00:00
Small whitespace cleanup
This commit is contained in:
@@ -622,9 +622,7 @@ function initIssue() {
|
|||||||
(function() {
|
(function() {
|
||||||
var $attachedList = $("#attached-list");
|
var $attachedList = $("#attached-list");
|
||||||
var $addButton = $("#attachments-button");
|
var $addButton = $("#attachments-button");
|
||||||
|
|
||||||
var files = [];
|
var files = [];
|
||||||
|
|
||||||
var fileInput = document.getElementById("attachments-input");
|
var fileInput = document.getElementById("attachments-input");
|
||||||
|
|
||||||
if (fileInput === null) {
|
if (fileInput === null) {
|
||||||
@@ -638,7 +636,7 @@ function initIssue() {
|
|||||||
$parent.remove();
|
$parent.remove();
|
||||||
});
|
});
|
||||||
|
|
||||||
var clickedButton = undefined;
|
var clickedButton;
|
||||||
|
|
||||||
$('#issue-reply-btn,input[type="submit"]', fileInput.form).on('click', function() {
|
$('#issue-reply-btn,input[type="submit"]', fileInput.form).on('click', function() {
|
||||||
clickedButton = this;
|
clickedButton = this;
|
||||||
|
Reference in New Issue
Block a user