Removed all references to the rating card & feedback

This commit is contained in:
Sebastiaan Pasma 2018-06-27 16:43:09 +02:00
commit 9396c7c97f
19 changed files with 17 additions and 652 deletions

View file

@ -250,14 +250,6 @@ angular.module('copayApp.services')
});
};
root.setFeedbackInfo = function(feedbackValues, cb) {
storage.set('feedback', feedbackValues, cb);
};
root.getFeedbackInfo = function(cb) {
storage.get('feedback', cb);
};
root.storeFocusedWalletId = function(id, cb) {
storage.set('focusedWalletId', id || '', cb);
};