From 1c31cd692912a48cdcc5354f3123a2ef24c5acea Mon Sep 17 00:00:00 2001 From: "konstantin.kireyev" Date: Wed, 6 Aug 2025 19:17:23 +0600 Subject: [PATCH] [pdf]: hide apply button in file info --- .../pdfeditor/main/app/view/FileMenuPanels.js | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/pdfeditor/main/app/view/FileMenuPanels.js b/apps/pdfeditor/main/app/view/FileMenuPanels.js index fa3d782e7e..6a25bc80c4 100644 --- a/apps/pdfeditor/main/app/view/FileMenuPanels.js +++ b/apps/pdfeditor/main/app/view/FileMenuPanels.js @@ -1211,12 +1211,12 @@ define([], function () { '', '', '', - '', - '', - '', - '', - '', - '', + // '', + // '', + // '', + // '', + // '', + // '', // '', // '', // '', @@ -1363,10 +1363,10 @@ define([], function () { this.lblPdfProducer = $markup.findById('#id-info-pdf-produce'); this.lblFastWV = $markup.findById('#id-info-fast-wv'); - this.btnApply = new Common.UI.Button({ - el: $markup.findById('#fminfo-btn-apply') - }); - this.btnApply.on('click', _.bind(this.applySettings, this)); + // this.btnApply = new Common.UI.Button({ + // el: $markup.findById('#fminfo-btn-apply') + // }); + // this.btnApply.on('click', _.bind(this.applySettings, this)); this.pnlApply = $markup.findById('#fms-flex-apply'); @@ -1742,7 +1742,7 @@ define([], function () { this.inputAuthor.setDisabled(disable); this.tblAuthor.find('.close').toggleClass('disabled', this._state._locked); this.tblAuthor.toggleClass('disabled', disable); - this.btnApply.setDisabled(this._state._locked); + // this.btnApply.setDisabled(this._state._locked); }, applySettings: function() {