Skip to content

Commit

Permalink
Update admin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored Oct 25, 2023
1 parent a74b00d commit 7e6f382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ function checkFwUpdate() {
for (let i = 0; i < deviceCards.length; i++) {
const deviceCard = $(deviceCards[i]);
const devIdAttr = deviceCard.attr('id');
if(!devIdAttr) {
if (!devIdAttr) {
continue;
}
const devId = getDevId(devIdAttr);
Expand Down

0 comments on commit 7e6f382

Please sign in to comment.