Use direct click method on element #349.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 7 May 2017 12:47:44 +0000 (14:47 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 7 May 2017 12:47:44 +0000 (14:47 +0200)
commit6ace2f1d0d4ac45834e1625e6d9b3bf2195358d4
treed35e6b0999e26c1fbe40de1f38c4ab55a215528f
parentd307f9ca34655de66303810bc64ee5021e3647d3
Use direct click method on element #349.

Previously there was some hacky target="_blank" setting unsetting logic
in the hints click method to force to open a hint into new instance or
the same. But this does not work and the hack was previously removed. So
there is no need to do the click event emulation by ourselves, it's
already available as method on the elements itself.
src/scripts/hints.js