(js) Don't show progress indicator in dry mode

pull/105/head
Francis Lachapelle 2015-09-03 10:05:25 -04:00
parent 815b3b4b03
commit e6e34ae053
1 changed files with 2 additions and 1 deletions

View File

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