1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Contacts: Position list item better.

This commit is contained in:
Thomas Tanghus 2013-02-12 20:56:27 +01:00
parent f49e3c962f
commit cc8ebdaadd

View File

@ -1298,7 +1298,7 @@ OC.Contacts = OC.Contacts || {
});
},
jumpToContact: function(id) {
this.$rightContent.scrollTop(this.contacts.contactPos(id)+10);
this.$rightContent.scrollTop(this.contacts.contactPos(id)-30);
},
closeContact: function(id) {
if(typeof this.currentid === 'number') {