[DE] Fix rendering menu file

This commit is contained in:
Julia Radzhabova 2019-09-19 16:31:05 +03:00
parent b6cd321e00
commit 9ec74a4cd6

View file

@ -276,7 +276,7 @@ define([
}); });
this.chCompatible = new Common.UI.CheckBox({ this.chCompatible = new Common.UI.CheckBox({
el: $('#fms-chb-compatible'), el: $markup.findById('#fms-chb-compatible'),
labelText: this.textOldVersions labelText: this.textOldVersions
}); });