Merge pull request #184 from ONLYOFFICE/feature/pr2-hotfix-v5.3.2
Feature/pr2 hotfix v5.3.2
This commit is contained in:
commit
ca26ac977e
|
@ -654,7 +654,7 @@ define([
|
||||||
text: me.textContactUs,
|
text: me.textContactUs,
|
||||||
bold: true,
|
bold: true,
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
window.open('mailto:sales@onlyoffice.com', "_blank");
|
window.open('mailto:{{SALES_EMAIL}}', "_blank");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ text: me.textClose }]
|
{ text: me.textClose }]
|
||||||
|
|
|
@ -608,7 +608,7 @@ define([
|
||||||
text: me.textContactUs,
|
text: me.textContactUs,
|
||||||
bold: true,
|
bold: true,
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
window.open('mailto:sales@onlyoffice.com', "_blank");
|
window.open('mailto:{{SALES_EMAIL}}', "_blank");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ text: me.textClose }]
|
{ text: me.textClose }]
|
||||||
|
|
|
@ -623,7 +623,7 @@ define([
|
||||||
text: me.textContactUs,
|
text: me.textContactUs,
|
||||||
bold: true,
|
bold: true,
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
window.open('mailto:sales@onlyoffice.com', "_blank");
|
window.open('mailto:{{SALES_EMAIL}}', "_blank");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ text: me.textClose }]
|
{ text: me.textClose }]
|
||||||
|
|
Loading…
Reference in a new issue