paypal: conslidate buy gems modals

This commit is contained in:
Tyler Renelle
2013-10-12 16:47:49 -07:00
parent 09cd132420
commit 5de0c928fe
11 changed files with 50 additions and 52 deletions

View File

@@ -114,7 +114,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A
$scope.create = function(group){
if (User.user.balance < 1) {
return $rootScope.modals.moreGems = true;
return $rootScope.modals.buyGems = true;
// $('#more-gems-modal').modal('show');
}