Fix Bug 55064

This commit is contained in:
Julia Radzhabova 2022-02-15 22:46:54 +03:00
parent f52b50ae67
commit dbb5613fe4
4 changed files with 0 additions and 4 deletions

View file

@ -314,7 +314,6 @@ define([
options.asc_setTextParams(textParams);
if (format == Asc.c_oAscFileType.TXT || format == Asc.c_oAscFileType.RTF) {
Common.UI.warning({
closable: false,
title: this.notcriticalErrorTitle,
msg: (format == Asc.c_oAscFileType.TXT) ? this.warnDownloadAs : this.warnDownloadAsRTF,
buttons: ['ok', 'cancel'],

View file

@ -1289,7 +1289,6 @@ define([
!Common.Utils.ModalWindow.isVisible() &&
Common.UI.warning({
width: 500,
closable: false,
msg: this.confirmAddFontName,
buttons: ['yes', 'no'],
primary: 'yes',

View file

@ -1272,7 +1272,6 @@ define([
!Common.Utils.ModalWindow.isVisible() &&
Common.UI.warning({
width: 500,
closable: false,
msg: this.confirmAddFontName,
buttons: ['yes', 'no'],
primary: 'yes',

View file

@ -1573,7 +1573,6 @@ define([
!Common.Utils.ModalWindow.isVisible() &&
Common.UI.warning({
width: 500,
closable: false,
msg: this.confirmAddFontName,
buttons: ['yes', 'no'],
primary: 'yes',