Don't attempt to open empty url by hinting.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 20 May 2017 22:32:20 +0000 (00:32 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 20 May 2017 22:39:41 +0000 (00:39 +0200)
commitb09e6a6379caec45dc540e8d6eeb81cb5e595a3c
treedeb4ce164fb0c1cbd718232af779fab228f9a8bb
parent3cf5f80792b6a70d76beeadae034602b891781ce
Don't attempt to open empty url by hinting.

There are pages where following links are used <a href="#"
onclick="...">...</a>. In this special case of href="#" the elements
should be clicked to let webkit decide how to handle the element instead
of opening current page with appended location mark.
src/scripts/hints.js