forked from extern/egroupware
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);
|
item.set_groupIndex(link.actionObj.radioGroup);
|
||||||
|
|
||||||
if (link.actionObj.shortcut)
|
if (link.actionObj.shortcut && !egwIsMobile())
|
||||||
{
|
{
|
||||||
var sc = link.actionObj.shortcut;
|
var sc = link.actionObj.shortcut;
|
||||||
item.set_shortcutCaption(sc.caption);
|
item.set_shortcutCaption(sc.caption);
|
||||||
|
Loading…
Reference in New Issue
Block a user