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() {