1
0
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:
Thomas Tanghus 2012-09-03 00:29:34 +02:00
parent 2e172fafe0
commit 8912d86927

View File

@ -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;
} }