Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2015 03:42 PM
Hey srnewbie, we used the global application. The complete client script used was:
function onChange(control, oldValue, newValue, isLoading) {
if(newValue != ''){
//-- Hide the Access Description Hover Icon
if(access_description != ''){
g_form.getReference('access_description', function(ref) {
g_form.removeDecoration('access_description', 'icon-info');
});
}
}
Being "Access_description" the variable name of the onChange client script. Can you share what you are using? Have you upgraded to Fuji?