Skip to content
Snippets Groups Projects
Commit 730dad55 authored by Spencer Williams's avatar Spencer Williams
Browse files

make links starting with http open in a new tab

parent f3abdeaf
No related branches found
No related tags found
No related merge requests found
......@@ -108,4 +108,9 @@
{% endtrans %}
{%- endif %}
</div>
<script type="text/javascript">
$(document).ready(function() {
$("a[href^='http']").attr('target','_blank');
});
</script>
{%- endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment