diff options
| author | Edijs <iamedijs@hotmail.com> | 2019-02-11 07:45:22 -0700 |
|---|---|---|
| committer | Edijs <iamedijs@hotmail.com> | 2019-02-11 07:45:22 -0700 |
| commit | f3d2e41a9b4908c38a6bcd72b8e1a97611270511 (patch) | |
| tree | 278d81db6cffd8428607f4cf9e4dd72c9cca8dfd | |
| parent | 9959c311a9d0f4aa6c71309564979caf38a037a8 (diff) | |
Fix return
| -rw-r--r-- | src/components/status/status.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 50198928..0273a5be 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -298,8 +298,8 @@ const Status = { if (tag) { const link = this.generateTagLink(tag) this.$router.push(link) + return } - return } window.open(target.href, '_blank') } |
