if (~~value) {
Util_1.default.show(this.containerInternalLink);
Util_1.default.hide(this.containerExternalLink);
- if (this.handlers.size)
+ if (this.handlers.size) {
this.togglePageId();
+ }
}
else {
Util_1.default.hide(this.containerInternalLink);
if (~~value) {
DomUtil.show(this.containerInternalLink);
DomUtil.hide(this.containerExternalLink);
- if (this.handlers.size) this.togglePageId();
+ if (this.handlers.size) {
+ this.togglePageId();
+ }
} else {
DomUtil.hide(this.containerInternalLink);
DomUtil.hide(this.containerPageObjectId);