26.07.2019, 14:16
(26.07.2019, 14:11)Daniel. Wrote: Additional class 'custom' is missing
Ok, I have to add there the same instruction I did in JS script.
$(function() {
if (typeof grp === 'object') {
grp.listen('32/1/1', function(obj) {
setTimeout(function() {
$('.custom .btn').text(obj.value ? 'Manual' : 'Auto');
}, 1);
});
}
});
I did it without success.
Thanks.