diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-27 15:12:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-27 15:12:55 +0200 |
commit | fc62e39c0b5d20b19916b2880a0f9a110fcc02e5 (patch) | |
tree | 185b339940f557b4181b6017b8700ceb236413d2 /client/src/app/header | |
parent | 3e0c9ff5d5d2a2435fcc25deac3a98223aa7c225 (diff) | |
download | PeerTube-fc62e39c0b5d20b19916b2880a0f9a110fcc02e5.tar.gz PeerTube-fc62e39c0b5d20b19916b2880a0f9a110fcc02e5.tar.zst PeerTube-fc62e39c0b5d20b19916b2880a0f9a110fcc02e5.zip |
Redirect to homepage on empty search
Diffstat (limited to 'client/src/app/header')
-rw-r--r-- | client/src/app/header/header.component.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/header/header.component.ts b/client/src/app/header/header.component.ts index a903048f2..6b0ee67ff 100644 --- a/client/src/app/header/header.component.ts +++ b/client/src/app/header/header.component.ts | |||
@@ -19,8 +19,6 @@ export class HeaderComponent implements OnInit { | |||
19 | } | 19 | } |
20 | 20 | ||
21 | doSearch () { | 21 | doSearch () { |
22 | if (!this.searchValue) return | ||
23 | |||
24 | this.router.navigate([ '/videos', 'search' ], { | 22 | this.router.navigate([ '/videos', 'search' ], { |
25 | queryParams: { search: this.searchValue } | 23 | queryParams: { search: this.searchValue } |
26 | }) | 24 | }) |