22.02.2023, 08:42
In did this is not implemented in SE firmware yet, wait for next fw.
Or add this to custom JS
Or add this to custom JS
Code:
$(function(){
$('.item-control').each(function(_, el) {
var name = $(el).data('object-name');
if (name) {
el.setAttribute('data-object-name', name);
}
});
});
------------------------------
Ctrl+F5
Ctrl+F5