contribu: cleanup tavern, add legend for contrib tiers

This commit is contained in:
Tyler Renelle
2013-11-07 17:24:49 -08:00
parent 4454cc502b
commit 06d1f77ce5
4 changed files with 75 additions and 26 deletions

View File

@@ -64,7 +64,7 @@ habitrpg.controller('SettingsCtrl',
if(value === true){
$scope.restoreValues.stats = angular.copy(User.user.stats);
$scope.restoreValues.items = angular.copy(User.user.items);
$scope.restoreValues.achievements = {streak: User.user.achievements.streak};
$scope.restoreValues.achievements = {streak: User.user.achievements.streak || 0};
}
})