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:
parent
f49e3c962f
commit
cc8ebdaadd
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user