diff --git a/website/public/js/services/questServices.js b/website/public/js/services/questServices.js index fc6c241f5a..146240915b 100644 --- a/website/public/js/services/questServices.js +++ b/website/public/js/services/questServices.js @@ -89,8 +89,8 @@ Analytics.track({'hitType':'event','eventCategory':'behavior','eventAction':'quest','owner':true,'response':'accept','questName':$rootScope.selectedQuest.key}); $rootScope.party.$questAccept({key:$rootScope.selectedQuest.key}, function(){ $rootScope.party.$get(); + $rootScope.$state.go('options.social.party'); }); - $rootScope.$state.go('options.social.party'); closeQuest(); }