By default the links that are created, are opening in a new tab. It should be nice to implement that you can choose to open in the same window/tab or not.

If this is possible at this moment, I haven't found it yet...

Comments

carlovdb created an issue. See original summary.

carlovdb’s picture

image_hotspots.view.js

line 28:
var html ='<a href="' + data.link + '" target="_self">' + data.title + '</a>';

line 84:
}).wrap($('<a />', {'href': data.link, 'target': '_self'}))

adci_contributor’s picture

Status: Active » Fixed

This feature implemented in dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.