Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 12, 2024
1 parent 9e6bace commit 420b45e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/UpdatePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export default class UpdatePanel extends Panel {
</div>
`;

if (version === latestVersion) {
if (currentVersion === latestVersion) {
const updatePanelContent = document.getElementById('updateOptions');
updatePanelContent.innerHTML = `
<h3 id="updateTitle">${device} Firmware</h3>
Expand Down Expand Up @@ -318,8 +318,5 @@ export default class UpdatePanel extends Panel {
this.show();
}


displayUpToDateMessage(device) {
}
}

0 comments on commit 420b45e

Please sign in to comment.