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