diff --git a/UI/WebServerResources/js/Contacts/AddressBook.service.js b/UI/WebServerResources/js/Contacts/AddressBook.service.js index 3e88988a7..6638fb711 100644 --- a/UI/WebServerResources/js/Contacts/AddressBook.service.js +++ b/UI/WebServerResources/js/Contacts/AddressBook.service.js @@ -304,7 +304,8 @@ AddressBook.prototype.$filter = function(search, options, excludedCards) { var _this = this; - this.$isLoading = true; + if (!options || !options.dry) + this.$isLoading = true; return AddressBook.$Preferences.ready().then(function() { if (options) {