mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 18:22:51 +08:00
Merge pull request 'fix bug 77633' (#840) from fix/bug-77633 into develop
This commit is contained in:
@ -312,7 +312,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