Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you don't know or haven't heard about LFID - click no.


HTML
<script>
jQuery(document).ready(function() {
    jQuery(".wiki-content a").attr("target", "_blank");
});
</script>