diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-27 17:45:00 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-27 17:45:00 +0100 |
commit | 447fde277497dfff73310dc12bf79fb576139b94 (patch) | |
tree | b01e98543f71e3f3db9ceb8feb6b7fdddb69fcb1 /client/src/app/admin/friends | |
parent | 437cf8b531652a4b101ec279dea7661e8dfb8cda (diff) | |
download | PeerTube-447fde277497dfff73310dc12bf79fb576139b94.tar.gz PeerTube-447fde277497dfff73310dc12bf79fb576139b94.tar.zst PeerTube-447fde277497dfff73310dc12bf79fb576139b94.zip |
Client: improve host regex
Diffstat (limited to 'client/src/app/admin/friends')
-rw-r--r-- | client/src/app/admin/friends/friend-add/friend-add.component.ts | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/client/src/app/admin/friends/friend-add/friend-add.component.ts b/client/src/app/admin/friends/friend-add/friend-add.component.ts index 22b0241b4..014252011 100644 --- a/client/src/app/admin/friends/friend-add/friend-add.component.ts +++ b/client/src/app/admin/friends/friend-add/friend-add.component.ts | |||
@@ -83,13 +83,8 @@ export class FriendAddComponent implements OnInit { | |||
83 | 83 | ||
84 | this.friendService.makeFriends(notEmptyHosts).subscribe( | 84 | this.friendService.makeFriends(notEmptyHosts).subscribe( |
85 | status => { | 85 | status => { |
86 | // TODO: extractdatastatus | 86 | alert('Make friends request sent!'); |
87 | // if (status === 409) { | 87 | this.router.navigate([ '/admin/friends/list' ]); |
88 | // alert('Already made friends!'); | ||
89 | // } else { | ||
90 | alert('Make friends request sent!'); | ||
91 | this.router.navigate([ '/admin/friends/list' ]); | ||
92 | // } | ||
93 | }, | 88 | }, |
94 | error => alert(error.text) | 89 | error => alert(error.text) |
95 | ); | 90 | ); |