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 });