Fix rev. ae617b0736
([DE] 'left' menu + 'file' menu + about refactoring)
This commit is contained in:
parent
d5b88f5e9c
commit
6589ca76c2
|
@ -174,12 +174,12 @@ define([
|
||||||
this.lblCompanyUrl = _$l.findById('#id-about-company-url');
|
this.lblCompanyUrl = _$l.findById('#id-about-company-url');
|
||||||
this.lblCompanyLic = _$l.findById('#id-about-company-lic');
|
this.lblCompanyLic = _$l.findById('#id-about-company-lic');
|
||||||
|
|
||||||
if ( this.licData )
|
|
||||||
this.setLicInfo(this.licData);
|
|
||||||
|
|
||||||
this.$el.html(_$l);
|
this.$el.html(_$l);
|
||||||
this.$el.addClass('about-dlg');
|
this.$el.addClass('about-dlg');
|
||||||
|
|
||||||
|
if ( this.licData )
|
||||||
|
this.setLicInfo(this.licData);
|
||||||
|
|
||||||
if (_.isUndefined(this.scroller)) {
|
if (_.isUndefined(this.scroller)) {
|
||||||
this.scroller = new Common.UI.Scroller({
|
this.scroller = new Common.UI.Scroller({
|
||||||
el: this.$el,
|
el: this.$el,
|
||||||
|
|
Loading…
Reference in a new issue