diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/admin/friends/friend-add/friend-add.component.ts | 2 |
1 files changed, 1 insertions, 1 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 14f24c192..22b0241b4 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 | |||
@@ -28,7 +28,7 @@ export class FriendAddComponent implements OnInit { | |||
28 | } | 28 | } |
29 | 29 | ||
30 | canMakeFriends() { | 30 | canMakeFriends() { |
31 | return window.location.protocol === 'https://'; | 31 | return window.location.protocol === 'https:'; |
32 | } | 32 | } |
33 | 33 | ||
34 | customTrackBy(index: number, obj: any): any { | 34 | customTrackBy(index: number, obj: any): any { |