Fix for issue noted.
This commit is contained in:
@@ -104,8 +104,9 @@ angular.module('habitrpg')
|
||||
Groups.data.party = party;
|
||||
$state.go('options.social.party');
|
||||
resolve();
|
||||
}).then(function() {
|
||||
$state.reload();
|
||||
if ($state.current.name == "options.social.party") {
|
||||
$state.reload();
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user