1
0
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:
Thomas Mueller 2013-01-15 00:47:39 +01:00
parent b9858c3224
commit 35f78467ba
2 changed files with 2 additions and 2 deletions

View File

@ -1606,7 +1606,7 @@ OC.Contacts = OC.Contacts || {
);
},
options: {
},
}
};
$.fn.octemplate = function(options) {

View File

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