mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
fix bug 77633
This commit is contained in:
committed by
maxkadushkin
parent
9813688293
commit
9d9a627b74
@ -320,7 +320,7 @@ define([
|
||||
cls: 'btn-toolbar x-huge icon-top',
|
||||
iconCls: icon_cls,
|
||||
iconsSet: this.iconsStr2IconsObj(icons),
|
||||
baseUrl: model.get('baseUrl'), // icons have a relative path, so need to use the base url
|
||||
baseUrl: model.get('baseUrl').replace(/\(/g, '%28').replace(/\)/g, '%29'), // icons have a relative path, so need to use the base url
|
||||
caption: Common.Utils.String.htmlEncode(model.get('name')),
|
||||
menu: _menu_items.length > 1,
|
||||
split: _menu_items.length > 1,
|
||||
|
||||
Reference in New Issue
Block a user