0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-20 07:11:58 +01:00

Remove unnecessary code

This commit is contained in:
Lunny Xiao 2025-12-11 15:22:44 -08:00
parent 3140aacc51
commit ff5544a329
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -25,8 +25,6 @@ function initRepoDiffFileBox(el: HTMLElement) {
hideElem(queryElemSiblings(target));
showElem(target);
}));
highlightDiffSelectionFromHash();
}
function initRepoDiffConversationForm() {