Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Feb 6, 2024
1 parent d497103 commit 7124844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ <h5>Disclaimer</h5>
if (!isRelink) {
document.getElementById('backToIntro').style.display = 'inline-block'
} else {
document.getElementById('backToIntro').style.display = 'none'
document.getElementById('backToIntro').style.display = 'inline-block'
}
homebridge.hideSpinner()
}
Expand Down

0 comments on commit 7124844

Please sign in to comment.