1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

autofocus for new and edit issue forms

This commit is contained in:
Fernando San Julián
2015-07-31 22:12:33 +02:00
parent e6b3eb115a
commit b92bb77b54
2 changed files with 2 additions and 1 deletions

View File

@@ -770,6 +770,7 @@ function initIssue() {
$("#issue-edit-btn").on("click", function () {
$('#issue h1.title,#issue .issue-main > .issue-content .content,#issue-edit-btn').toggleHide();
$('#issue-edit-title,.issue-edit-content,.issue-edit-cancel,.issue-edit-save').toggleShow();
$('#issue-edit-content').focus();
});
$('.issue-edit-cancel').on("click", function () {
$('#issue h1.title,#issue .issue-main > .issue-content .content,#issue-edit-btn').toggleShow();