mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 09:22:26 +08:00
[DE][PE] Changes for Bug 35358 (show text in the loader mask).
This commit is contained in:
@ -646,7 +646,7 @@ define([
|
||||
case Asc.c_oAscAsyncAction['ForceSaveButton']:
|
||||
clearTimeout(this._state.timerSave);
|
||||
force = true;
|
||||
title = (!this.appOptions.isOffline) ? this.saveTitleText : '';
|
||||
title = this.saveTitleText;
|
||||
text = (!this.appOptions.isOffline) ? this.saveTextText : '';
|
||||
break;
|
||||
|
||||
|
||||
@ -458,7 +458,7 @@ define([
|
||||
case Asc.c_oAscAsyncAction['ForceSaveButton']:
|
||||
clearTimeout(this._state.timerSave);
|
||||
force = true;
|
||||
title = (!this.appOptions.isOffline) ? this.saveTitleText : '';
|
||||
title = this.saveTitleText;
|
||||
text = (!this.appOptions.isOffline) ? this.saveTextText : '';
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user