1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Remove loading gif after groups load

This commit is contained in:
Thomas Tanghus 2013-05-11 01:41:24 +02:00
parent 65501743fb
commit f9aeec98fd

View File

@ -180,7 +180,7 @@ OC.Contacts = OC.Contacts || {
this.$groupListItemTemplate
);
self.groups.loadGroups(function() {
self.loading(0, self.$navigation, false);
self.loading(self.$navigation, false);
});
$.when(this.addressBooks.loadAddressBooks()).then(function(addressBooks) {
var num = addressBooks.length;