diff --git a/js/app.js b/js/app.js index bdeca8c8..ba8334e6 100644 --- a/js/app.js +++ b/js/app.js @@ -1606,7 +1606,7 @@ OC.Contacts = OC.Contacts || { ); }, options: { - }, + } }; $.fn.octemplate = function(options) { diff --git a/js/contacts.js b/js/contacts.js index cfc46c4f..a0f18b30 100644 --- a/js/contacts.js +++ b/js/contacts.js @@ -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);