commit
dd3ed7367a
|
@ -52,7 +52,7 @@ define([
|
||||||
initialize: function(options) {
|
initialize: function(options) {
|
||||||
Common.UI.BaseView.prototype.initialize.call(this,arguments);
|
Common.UI.BaseView.prototype.initialize.call(this,arguments);
|
||||||
|
|
||||||
this.txtVersionNum = '3.8';
|
this.txtVersionNum = '4.0';
|
||||||
this.txtAscMail = 'support@onlyoffice.com';
|
this.txtAscMail = 'support@onlyoffice.com';
|
||||||
this.txtAscTelNum = '+371 660-16425';
|
this.txtAscTelNum = '+371 660-16425';
|
||||||
this.txtAscUrl = 'www.onlyoffice.com';
|
this.txtAscUrl = 'www.onlyoffice.com';
|
||||||
|
@ -245,4 +245,4 @@ define([
|
||||||
txtTel: 'tel.: '
|
txtTel: 'tel.: '
|
||||||
|
|
||||||
}, Common.Views.About || {}));
|
}, Common.Views.About || {}));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue