mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-21 04:14:35 +08:00
Web editor: improve code quality
This commit is contained in:
@ -779,7 +779,7 @@ function initEditor() {
|
||||
});
|
||||
if ($(this).val())
|
||||
parts.push($(this).val());
|
||||
$('#tree-name').val(parts.join('/'));
|
||||
$('#tree_path').val(parts.join('/'));
|
||||
}).trigger('keyup');
|
||||
|
||||
var $editArea = $('.repository.editor textarea#edit_area');
|
||||
|
Reference in New Issue
Block a user