mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 11:19:45 +08:00
[PE][SSE] Change type of version error
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user