From 6589ca76c24034cd9b44de513967ee313b54ac45 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 9 Oct 2019 13:15:17 +0300 Subject: [PATCH] Fix rev. ae617b0736b4e4513aead49e391d300291dcc39b ([DE] 'left' menu + 'file' menu + about refactoring) --- apps/common/main/lib/view/About.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,