mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
3 lines
138 B
JavaScript
3 lines
138 B
JavaScript
$(document).ready(function () {
|
|
$('a[href^="http://"], a[href^="https://"]').not('a[class*=internal]').attr('target', '_blank');
|
|
}); |