forked from forgejo/forgejo
autofocus for new and edit issue forms
This commit is contained in:
parent
e6b3eb115a
commit
b92bb77b54
2 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue