In a HotTowel application, I'm having trouble linking to files for users to click on and view directly.
On one of my views, I have a list of biographies. So, an image, title, link to resume, etc.
I have mapped the image to link to the resume and the title to link to the resume using a link with a target of "_blank" and the url databound to the correct path.
The paths are correct for the image and the reference to the resume PDF, but if I click on them, they just return to the home page.
If I right-click and select "open in new tab", the file opens fine. The image shows up as well, so I have no doubt the paths are right.
It appears that HotTowel (or a component -- SammyJS?) may be intercepting clicks on links and doing something differently. Any idea where that's located or how to turn it off?