Can hide about when asc_getCanBranding() is true.
This commit is contained in:
parent
c9cc58fd3d
commit
ea4339f693
|
|
@ -1477,7 +1477,7 @@ define([
|
|||
if (this.appOptions.customization) {
|
||||
if (this.appOptions.isDesktopApp)
|
||||
this.appOptions.customization.about = false;
|
||||
else if (!this.appOptions.canBranding)
|
||||
else if (!this.appOptions.canBrandingExt)
|
||||
this.appOptions.customization.about = true;
|
||||
}
|
||||
Common.Utils.applyCustomization(this.appOptions.customization, mapCustomizationElements);
|
||||
|
|
|
|||
|
|
@ -1230,7 +1230,7 @@ define([
|
|||
if (this.appOptions.customization) {
|
||||
if (this.appOptions.isDesktopApp)
|
||||
this.appOptions.customization.about = false;
|
||||
else if (!this.appOptions.canBranding)
|
||||
else if (!this.appOptions.canBrandingExt)
|
||||
this.appOptions.customization.about = true;
|
||||
}
|
||||
Common.Utils.applyCustomization(this.appOptions.customization, mapCustomizationElements);
|
||||
|
|
|
|||
|
|
@ -1368,7 +1368,7 @@ define([
|
|||
if (this.appOptions.customization) {
|
||||
if (this.appOptions.isDesktopApp)
|
||||
this.appOptions.customization.about = false;
|
||||
else if (!this.appOptions.canBranding)
|
||||
else if (!this.appOptions.canBrandingExt)
|
||||
this.appOptions.customization.about = true;
|
||||
}
|
||||
Common.Utils.applyCustomization(this.appOptions.customization, mapCustomizationElements);
|
||||
|
|
|
|||
Loading…
Reference in a new issue