When I click on the thumbnail, it works fine by taking me to the original image, however when I click on "Return to page" after viewing the original it blinks back to the node and then immediately returns to the original image view.
When I click on the thumbnail, it works fine by taking me to the original image, however when I click on "Return to page" after viewing the original it blinks back to the node and then immediately returns to the original image view.
Comments
Comment #1
hutch commentedIt uses the javascript 'history_back()' function which does not work with all browsers ;-(
If anyone knows of a better way please do submit a patch!
Comment #2
rnexussix commentedhow about "a href="history.go(-1)" ?
Comment #3
hutch commented"a href="history.go(-1)" doesn't work for me, I tried all sorts way back whenever it was, I can't remember what I tried
It's on Line 258 in imagepicker.theme.inc, you will need to flush the cache if you change anything