From 9ec74a4cd61ef828ded5a01a76e129d6579ec659 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 19 Sep 2019 16:31:05 +0300 Subject: [PATCH] [DE] Fix rendering menu file --- apps/documenteditor/main/app/view/FileMenuPanels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index ea17b25bb..730665ee5 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -276,7 +276,7 @@ define([ }); this.chCompatible = new Common.UI.CheckBox({ - el: $('#fms-chb-compatible'), + el: $markup.findById('#fms-chb-compatible'), labelText: this.textOldVersions });