diff --git a/apps/common/main/lib/view/About.js b/apps/common/main/lib/view/About.js index 5bf6bf72a..36624130b 100644 --- a/apps/common/main/lib/view/About.js +++ b/apps/common/main/lib/view/About.js @@ -174,12 +174,12 @@ define([ this.lblCompanyUrl = _$l.findById('#id-about-company-url'); this.lblCompanyLic = _$l.findById('#id-about-company-lic'); - if ( this.licData ) - this.setLicInfo(this.licData); - this.$el.html(_$l); this.$el.addClass('about-dlg'); + if ( this.licData ) + this.setLicInfo(this.licData); + if (_.isUndefined(this.scroller)) { this.scroller = new Common.UI.Scroller({ el: this.$el,