1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-22 20:06:14 +02:00

Fix branch selector on release page in 1.19 (#25706)

Fix #25705

Regression of #24369

There is no problem in 1.20 because there is #24459
This commit is contained in:
wxiaoguang 2023-07-06 00:56:10 +08:00 committed by GitHub
parent d4243578dd
commit 67d16c653f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -486,12 +486,7 @@ export function initRepository() {
return;
}
// File list and commits
if ($('.repository.file.list').length > 0 || $('.branch-dropdown').length > 0 ||
$('.repository.commits').length > 0 || $('.repository.release').length > 0) {
initRepoBranchTagDropdown('.choose.reference .dropdown');
}
initRepoBranchTagDropdown('.choose.reference .dropdown');
// Wiki
if ($('.repository.wiki.view').length > 0) {