mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01: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
(cherry picked from commit 67d16c653f
)
This commit is contained in:
parent
daf0fa06af
commit
b01fb88728
1 changed files with 1 additions and 6 deletions
|
@ -486,12 +486,7 @@ export function initRepository() {
|
||||||
return;
|
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
|
// Wiki
|
||||||
if ($('.repository.wiki.view').length > 0) {
|
if ($('.repository.wiki.view').length > 0) {
|
||||||
|
|
Loading…
Reference in a new issue