mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 19:16:59 +08:00
[mobile] debug for vary production
This commit is contained in:
@ -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 }]
|
||||
|
||||
Reference in New Issue
Block a user