17.01.2023, 09:25
Add this to Custom JavaScript:
Then try changing object values, see if you get an alert pop-up with an error message.
Code:
function cwarn1(msg) { alert(msg); }
function cwarn2(msg, arg) { alert(msg + ' ' + String(arg)); }
Then try changing object values, see if you get an alert pop-up with an error message.