Focus title after clicking issue/PR edit button (#2350)

This commit is contained in:
SIkebe
2019-08-04 21:35:05 +09:00
committed by Naoki Takezoe
parent f9d99703cb
commit f97992a776
2 changed files with 2 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ $(function(){
$('#edit').click(function(){
$('.edit-title').show();
$('.show-title').hide();
$('#edit-title').focus();
return false;
});

View File

@@ -91,6 +91,7 @@
$('#edit').click(function(){
$('.edit-title').show();
$('.show-title').hide();
$('#edit-title').focus();
return false;
});