Skip to content

Commit

Permalink
Fixed JS bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Nov 24, 2023
1 parent 65443fd commit e0cb572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ window.addEventListener('DOMContentLoaded', async(event) => {
document.getElementById("exe-sec").classList.add("disabled")
document.getElementById("amd64-deb-sec").classList.add("disabled")
document.getElementById("amd64-appimage-sec").classList.add("disabled")
document.getElementById("dropdownMenuButtonAppleSec").classList.add("disabled")
document.getElementById("dropdownMenuButtonUbuntuSec").classList.add("disabled")
document.getElementById("dropdownMenuButtonWinSec").classList.add("disabled")
if(selectReleases.value) {
// show secondary buttons and enable / add links if necessary
document.getElementById("sec-assets").style.display = "flex"
Expand Down

0 comments on commit e0cb572

Please sign in to comment.