[mobile] debug for vary production
This commit is contained in:
parent
9a18869d62
commit
f5d06e4012
|
@ -654,7 +654,7 @@ define([
|
|||
text: me.textContactUs,
|
||||
bold: true,
|
||||
onClick: function() {
|
||||
window.open('mailto:sales@onlyoffice.com', "_blank");
|
||||
window.open('mailto:{{SALES_EMAIL}}', "_blank");
|
||||
}
|
||||
},
|
||||
{ text: me.textClose }]
|
||||
|
|
|
@ -608,7 +608,7 @@ define([
|
|||
text: me.textContactUs,
|
||||
bold: true,
|
||||
onClick: function() {
|
||||
window.open('mailto:sales@onlyoffice.com', "_blank");
|
||||
window.open('mailto:{{SALES_EMAIL}}', "_blank");
|
||||
}
|
||||
},
|
||||
{ text: me.textClose }]
|
||||
|
|
|
@ -623,7 +623,7 @@ define([
|
|||
text: me.textContactUs,
|
||||
bold: true,
|
||||
onClick: function() {
|
||||
window.open('mailto:sales@onlyoffice.com', "_blank");
|
||||
window.open('mailto:{{SALES_EMAIL}}', "_blank");
|
||||
}
|
||||
},
|
||||
{ text: me.textClose }]
|
||||
|
|
Loading…
Reference in a new issue