commit
08c0e09b2d
|
@ -55,6 +55,10 @@ define([
|
|||
|
||||
this.txtVersionNum = '{{PRODUCT_VERSION}}';
|
||||
|
||||
!(/\s$/.test(this.txtAddress)) && (this.txtAddress += " ");
|
||||
!(/\s$/.test(this.txtMail)) && (this.txtMail += " ");
|
||||
!(/\s$/.test(this.txtTel)) && (this.txtTel += " ");
|
||||
|
||||
this.template = _.template([
|
||||
'<table id="id-about-licensor-logo" cols="1" style="width: 100%; margin-top: 20px;">',
|
||||
'<tr>',
|
||||
|
|
Loading…
Reference in a new issue