Special message when complete all check-in prizes

This commit is contained in:
Mateus Etto
2017-03-27 22:18:03 -03:00
parent b2225f05e5
commit 2d7e280598
4 changed files with 8 additions and 2 deletions

View File

@@ -147,6 +147,7 @@ angular.module("habitrpg").factory("Notification",
modalScope.data = rewardData;
var nextRewardKey = Shared.content.loginIncentives[user.loginIncentives].nextRewardAt;
modalScope.nextReward = Shared.content.loginIncentives[nextRewardKey];
modalScope.MAX_INCENTIVES = Shared.constants.MAX_INCENTIVES;
modalScope.user = user;
// modalScope.loadWidgets = Social.loadWidgets;
modalScope.loadWidgets = loadWidgets;