Reloads the quest panel solving issue #7697

This commit is contained in:
Marcel Oyuela-Bonzani
2016-11-28 22:29:20 -05:00
parent 7ed26c0dbe
commit 0d58fb0fd3

View File

@@ -104,6 +104,8 @@ angular.module('habitrpg')
Groups.data.party = party;
$state.go('options.social.party');
resolve();
}).then(function() {
$state.reload();
});
});
}