Skip to content

Commit

Permalink
Merge pull request #49 from SmoKE585/patch-1
Browse files Browse the repository at this point in the history
Update action_admin.html
  • Loading branch information
sergejey committed Jun 17, 2023
2 parents e9f2cfa + decf02d commit c189a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mqtt/action_admin.html
Expand Up @@ -22,7 +22,7 @@
var oldValue=$('#mqtt'+item_id).html();
$('#mqtt'+item_id).html(value);
if (value!=oldValue) {
$("#mqtt"+item_id).fadeTo(100, 0.1).fadeTo(200, 1.0);
$("#mqtt"+item_id).stop().fadeTo(100, 0.1).fadeTo(200, 1.0);
}
}
}
Expand Down

0 comments on commit c189a58

Please sign in to comment.