mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
Merge pull request #8243 from 15313-platypi/develop
Quest Panel Reload (Issue #7697)
This commit is contained in:
commit
4d1edb363c
1 changed files with 3 additions and 0 deletions
|
|
@ -119,6 +119,9 @@ angular.module('habitrpg')
|
|||
Groups.data.party = party;
|
||||
$state.go('options.social.party');
|
||||
resolve();
|
||||
if ($state.current.name === "options.social.party") {
|
||||
$state.reload();
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue