/ ‘theme/templates/index.html’
This commit is contained in:
parent
93c43a94b3
commit
8738ecd32e
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
$('a[href^="http://"], a[href^="https://"]').not('a[class*=internal]').attr('target', '_blank');
|
||||
$('a[href^="http://"], a[href^="https://"]').attr('target', '_blank');
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue