0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-13 15:26:12 +02: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)); hideElem(queryElemSiblings(target));
showElem(target); showElem(target);
})); }));
highlightDiffSelectionFromHash();
} }
function initRepoDiffConversationForm() { function initRepoDiffConversationForm() {