common.js 144 B

123456
  1. $(function () {
  2. $('h1').find('a')
  3. .attr('target', '_blank')
  4. .addClass('edit-page-link')
  5. .text('Edit on GitHub');
  6. });