mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 00:38:36 +00:00
* Fixes #7474 - Handles all redirects for Web UI File CRUD * Fixes lint errors * Typo fix * Adds unit tests for a few helper functions * Fixes per review * Fix for new branch creation and to unit test * Fixes the template used for errors on delete
This commit is contained in:
committed by
techknowlogick
parent
361607d831
commit
5d3e351864
@@ -1306,6 +1306,7 @@ function initEditor() {
|
||||
$('.quick-pull-branch-name').hide();
|
||||
$('.quick-pull-branch-name input').prop('required',false);
|
||||
}
|
||||
$('#commit-button').text($(this).attr('button_text'));
|
||||
});
|
||||
|
||||
const $editFilename = $("#file-name");
|
||||
|
Reference in New Issue
Block a user