mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Do not generate keyboard shortcuts for actions in mobile template
This commit is contained in:
parent
108a654c1f
commit
f3d61b4a48
@ -516,7 +516,7 @@ function egwPopupActionImplementation()
|
||||
}
|
||||
item.set_groupIndex(link.actionObj.radioGroup);
|
||||
|
||||
if (link.actionObj.shortcut)
|
||||
if (link.actionObj.shortcut && !egwIsMobile())
|
||||
{
|
||||
var sc = link.actionObj.shortcut;
|
||||
item.set_shortcutCaption(sc.caption);
|
||||
|
Loading…
Reference in New Issue
Block a user