function(value, element) on mapped field - has behavior changed in last build?
I have functions in the 'add js' section of mapped fields that were working fine the day before yesterday but are now returning the element as undefined. Old versions of the site still work fine, but testing the app in appery fails.
as a test, for example just putting:
element.addClass("newclass") ;
in the javascript of a mapped field returns an error that element is undefined, and yet the value has been updated by the service.
What's changed, and how do I deal with it?
Thanks,
John