Skip to content

Commit

Permalink
fix: removed double download button
Browse files Browse the repository at this point in the history
  • Loading branch information
sour-dani authored Nov 28, 2024
1 parent edb221a commit 20925ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/game-os-pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ function linuxSelect()
window.history.pushState('Linux', 'Chose Linux', '/download/#linux');

btn_linux_dl.style.display = "block";
btn_linux_dl.onclick = function() {
window.location.href = download_001;
};
linux_onlyRender( true )
linux_onlyRender(true)
all_versions.style.display = "block"
showBackBtn()
}
Expand Down

0 comments on commit 20925ff

Please sign in to comment.