[PE][SSE] Change type of version error
This commit is contained in:
parent
65532efefe
commit
23d46ccd95
|
@ -1713,7 +1713,7 @@ define([
|
|||
var me = this;
|
||||
me.needToUpdateVersion = true;
|
||||
me.onLongActionEnd(Asc.c_oAscAsyncActionType['BlockInteraction'], LoadingDocument);
|
||||
Common.UI.error({
|
||||
Common.UI.warning({
|
||||
msg: this.errorUpdateVersion,
|
||||
callback: function() {
|
||||
_.defer(function() {
|
||||
|
|
|
@ -2073,7 +2073,7 @@ define([
|
|||
var me = this;
|
||||
me.needToUpdateVersion = true;
|
||||
me.onLongActionEnd(Asc.c_oAscAsyncActionType['BlockInteraction'], LoadingDocument);
|
||||
Common.UI.error({
|
||||
Common.UI.warning({
|
||||
msg: this.errorUpdateVersion,
|
||||
callback: function() {
|
||||
_.defer(function() {
|
||||
|
|
Loading…
Reference in a new issue