[start page] fix bug 64390

This commit is contained in:
Maxim Kadushkin
2023-09-28 12:32:33 +03:00
committed by GitHub
parent f222d525ea
commit 04c1d12072

View File

@ -154,7 +154,7 @@
this.view.$menuitem.removeClass('extra');
this.view.$panel.append(this.view.paneltemplate(args));
} else {
if ( !!args.opts?.edition ) {
if ( !!args.opts && !!args.opts.edition ) {
$('#idx-ver-edition').html(args.opts.edition);
}
}