diff --git a/ui (gen4)/features/ui-chrome.js b/ui (gen4)/features/ui-chrome.js index 46816918..e42df4ce 100755 --- a/ui (gen4)/features/ui-chrome.js +++ b/ui (gen4)/features/ui-chrome.js @@ -51,7 +51,7 @@ var BoundsIndicatorsActions = actions.Actions({ if(indicator.length == 0){ indicator = $('
') - .addClass(cls.replace('.', '') +' '+ this.tag) + .addClass(cls.replace('.', '')) .appendTo(this.ribbons.viewer) }