mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:45:08 +08:00
@ -423,7 +423,7 @@ define([
|
||||
if (me.btnSearch)
|
||||
me.btnSearch.updateHint(me.tipSearch + Common.Utils.String.platformKey('Ctrl+F'));
|
||||
|
||||
var menuTemplate = _.template('<a id="<%= id %>" tabindex="-1" type="menuitem"><div>' +
|
||||
var menuTemplate = _.template('<a id="<%= id %>" tabindex="-1" type="menuitem" class="menu-item"><div>' +
|
||||
'<% if (!_.isEmpty(iconCls)) { %>' +
|
||||
'<span class="menu-item-icon <%= iconCls %>"></span>' +
|
||||
'<% } %>' +
|
||||
|
||||
Reference in New Issue
Block a user