diff --git a/apps/common/main/lib/component/Button.js b/apps/common/main/lib/component/Button.js index 0d11e6c0d..fe696a818 100644 --- a/apps/common/main/lib/component/Button.js +++ b/apps/common/main/lib/component/Button.js @@ -414,7 +414,8 @@ define([ }, setDisabled: function(disabled) { - if (this.rendered) { + if (this.rendered && + this.disabled != disabled) { var el = this.cmpEl, isGroup = el.hasClass('btn-group');