mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
WIP(party-page): Restore Guild invite modal
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
|
||||
function inviteOrStartParty(group) {
|
||||
if (group.type === "party" || $location.$$path === "/options/groups/party") {
|
||||
$rootScope.openModal('invite-friends', {
|
||||
$rootScope.openModal('invite-party', {
|
||||
controller:'InviteToGroupCtrl',
|
||||
resolve: {
|
||||
injectedGroup: function(){ return group; }
|
||||
|
||||
Reference in New Issue
Block a user