1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-22 21:14:18 -04:00

Small whitespace cleanup

This commit is contained in:
Andrew Patton 2014-07-25 17:48:26 -04:00
parent a447aecd95
commit ef430ae7ab

View File

@ -622,9 +622,7 @@ function initIssue() {
(function() {
var $attachedList = $("#attached-list");
var $addButton = $("#attachments-button");
var files = [];
var fileInput = document.getElementById("attachments-input");
if (fileInput === null) {
@ -638,7 +636,7 @@ function initIssue() {
$parent.remove();
});
var clickedButton = undefined;
var clickedButton;
$('#issue-reply-btn,input[type="submit"]', fileInput.form).on('click', function() {
clickedButton = this;