mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-12 06:54:28 +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) {
|
jumpToContact: function(id) {
|
||||||
this.$rightContent.scrollTop(this.contacts.contactPos(id)+10);
|
this.$rightContent.scrollTop(this.contacts.contactPos(id)-30);
|
||||||
},
|
},
|
||||||
closeContact: function(id) {
|
closeContact: function(id) {
|
||||||
if(typeof this.currentid === 'number') {
|
if(typeof this.currentid === 'number') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user