From 6d52f842ff8a7b3ec69065a249373d48cbdd6517 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 22 Jul 2015 11:52:15 -0500 Subject: [PATCH] fix(quest): Move party jump to cb --- website/public/js/services/questServices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }