* 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:
parent
361607d831
commit
5d3e351864
5 changed files with 125 additions and 19 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue