Skip to content

Commit

Permalink
Merge branch 'main' into imagediff-jquery-attr
Browse files Browse the repository at this point in the history
  • Loading branch information
GiteaBot authored Mar 19, 2024
2 parents 33925ad + 4cfda02 commit ec349d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/js/features/repo-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function initRepoEditor() {
hideElem($('.quick-pull-branch-name'));
document.querySelector('.quick-pull-branch-name input').required = false;
}
$('#commit-button').text($(this).attr('button_text'));
$('#commit-button').text(this.getAttribute('button_text'));
});

const joinTreePath = ($fileNameEl) => {
Expand Down

0 comments on commit ec349d4

Please sign in to comment.