qurator-spk / neat

Named entity annotation tool
Apache License 2.0
27 stars 5 forks source link

open facsimile urls in new tab #18

Closed cneud closed 4 years ago

cneud commented 4 years ago

Links to the facsimile must open in a new tab using target=_blank or will trigger the reload event alert

cneud commented 4 years ago

fixed in cfb461e1994cae5e52515b5815f3c9839265f81a

(brute force all links to open in a new tab, as I could not get this to work properly in jQuery: $("a.target-blank").attr('target','_blank');