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