diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 4124f76e..aa937731 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1043,6 +1043,12 @@ var UIIntrospectionActions = actions.Actions({ return } + var exclusive = feature.exclusive + exclusive = exclusive + && (exclusive instanceof Array ? + exclusive + : [exclusive]) + res.append($('
') .prop('tabindex', true) .append($('

') @@ -1061,7 +1067,7 @@ var UIIntrospectionActions = actions.Actions({ // list exclusive features... .append($('
') .html('Exclusive tag: ' - + (feature.exclusive || ['-']) + + (exclusive || ['-']) .map(function(tag){ if(tag == '-'){ return tag