mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start page] fix bug 64390
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user