mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-03 14:19:54 +01:00
Focus title after clicking issue/PR edit button (#2350)
This commit is contained in:
@@ -65,6 +65,7 @@ $(function(){
|
||||
$('#edit').click(function(){
|
||||
$('.edit-title').show();
|
||||
$('.show-title').hide();
|
||||
$('#edit-title').focus();
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
@@ -91,6 +91,7 @@
|
||||
$('#edit').click(function(){
|
||||
$('.edit-title').show();
|
||||
$('.show-title').hide();
|
||||
$('#edit-title').focus();
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user