mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:08:33 +08:00
[DE] FIx Bug 42176
This commit is contained in:
@ -308,7 +308,7 @@ define([
|
||||
}, this)
|
||||
});
|
||||
} else if (format == Asc.c_oAscFileType.DOCX) {
|
||||
if (!Common.Utils.InternalSettings.get("de-settings-compatible") && !Common.localStorage.getBool("de-hide-save-compatible") /* && this.api.checkCompatibility()*/) {
|
||||
if (!Common.Utils.InternalSettings.get("de-settings-compatible") && !Common.localStorage.getBool("de-hide-save-compatible") && this.api.asc_isCompatibilityMode()) {
|
||||
Common.UI.warning({
|
||||
closable: false,
|
||||
width: 600,
|
||||
@ -354,7 +354,7 @@ define([
|
||||
}, this)
|
||||
});
|
||||
} else if (format == Asc.c_oAscFileType.DOCX) {
|
||||
if (!Common.Utils.InternalSettings.get("de-settings-compatible") && !Common.localStorage.getBool("de-hide-save-compatible") /* && this.api.checkCompatibility()*/) {
|
||||
if (!Common.Utils.InternalSettings.get("de-settings-compatible") && !Common.localStorage.getBool("de-hide-save-compatible") && this.api.asc_isCompatibilityMode()) {
|
||||
Common.UI.warning({
|
||||
closable: false,
|
||||
width: 600,
|
||||
|
||||
Reference in New Issue
Block a user