DanRader / ati

Design & Development environment for the Ancient Truth Investigators website.
MIT License
1 stars 2 forks source link

logbook—make all links target=_blank #40

Open DanRader opened 6 years ago

DanRader commented 6 years ago

ummmmm... that was easy

$(document.links).filter(function() { return this.hostname != window.location.hostname; }).attr('target', '_blank');