mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
fixes js syntax error
This commit is contained in:
parent
b9858c3224
commit
35f78467ba
@ -1606,7 +1606,7 @@ OC.Contacts = OC.Contacts || {
|
||||
);
|
||||
},
|
||||
options: {
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
$.fn.octemplate = function(options) {
|
||||
|
@ -1671,7 +1671,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
revert: 'invalid',
|
||||
//containment: '#content',
|
||||
opacity: 0.8, helper: 'clone',
|
||||
zIndex: 1000,
|
||||
zIndex: 1000
|
||||
});
|
||||
if(items.length === 100) {
|
||||
self.$contactList.append(items);
|
||||
|
Loading…
x
Reference in New Issue
Block a user