mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Fix for issue noted.
This commit is contained in:
@@ -104,8 +104,9 @@ angular.module('habitrpg')
|
|||||||
Groups.data.party = party;
|
Groups.data.party = party;
|
||||||
$state.go('options.social.party');
|
$state.go('options.social.party');
|
||||||
resolve();
|
resolve();
|
||||||
}).then(function() {
|
if ($state.current.name == "options.social.party") {
|
||||||
$state.reload();
|
$state.reload();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user