Doubble click on back button when using Splider URL hash

Hi
I have a link to a STH splider with a URL hash. The Splider have a back-button so that I can return to where I came from (onclick history.back() ). But I have to click the button twice, i.e. not a double clic because I can click and wait and then click so I have to do two single clicks (well, it works with double click too of course). It does not work to click anywhere in the image first, still need two clicks on the button.
Anyone know why?

When you create the link in RW you can link to another RW page or use an URL. If I use the link to another page I only need one click. But that does not work if you want to use Spliders URL hash to link directly to one of the images, then you need to use an URL, in my case something like /slider-for-benches/#B201 to get to image B201 and now I have to click twice to get back.
/Erland

if it always needs 2 clicks you could maybe try with history.go(-2)

Hi
Hmm I can try that but nothing happens at the first click. I mean if I had gone to the beginning of some-page/ on the first click and then further back on the second I would understand.
Why would “some-page/” work with one click and “some-page/#xxx” require two?
/Erland