Skip to content

Commit

Permalink
HTML: Fix PTC control card not available
Browse files Browse the repository at this point in the history
Included from vitotai#421
  • Loading branch information
havardAasen committed Jun 8, 2024
1 parent ea9c1d3 commit 99b1472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htmljs/src/js/script-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -888,8 +888,8 @@ function initctrl() {
}
if (typeof c["cap"] != "undefined")
Capper.status(c["cap"]);
if (typeof c["ptcs"] != "undefined")
PTC.config(c.ptcs);
if (typeof c["ptc"] != "undefined")
PTC.config(c.ptc);
},
C: function(c) { ccparameter(c); },
B: rcvBeerProfile
Expand Down

0 comments on commit 99b1472

Please sign in to comment.