[DE] Fix rendering menu file
This commit is contained in:
parent
b6cd321e00
commit
9ec74a4cd6
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue