Merge branch 'press-y-quickly' of sloum/bombadillo into develop

This commit is contained in:
Sloom Sloum Sluom IV 2019-11-28 01:03:42 -05:00 committed by Gitea
commit 1564a6038b
1 changed files with 2 additions and 2 deletions

View File

@ -817,7 +817,7 @@ func (c *client) goToURL(u string) {
return
}
go c.Visit(u)
c.Visit(u)
}
func (c *client) goToLink(l string) {