mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Fixed keyboard shortcut.
This commit is contained in:
parent
2e172fafe0
commit
8912d86927
@ -1934,7 +1934,7 @@ $(document).ready(function(){
|
|||||||
case 82: // r
|
case 82: // r
|
||||||
OC.Contacts.Contacts.update({cid:OC.Contacts.Card.id});
|
OC.Contacts.Contacts.update({cid:OC.Contacts.Card.id});
|
||||||
break;
|
break;
|
||||||
case 191: // ?
|
case 171: // ?
|
||||||
ninjahelp.toggle('fast');
|
ninjahelp.toggle('fast');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user