Skip to content

Commit

Permalink
Add send tip URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 28, 2016
1 parent 190464e commit a6892ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ ready(function () {
links.forEach(function (link) {
link.setAttribute('target', '_blank')
})

sendTipLink = document.querySelector('.link-send-tip')
sendTipLink.setAttribute('target', '_blank')
sendTipLink.setAttribute('href', 'https://github.com/Kikobeats/js-mythbusters/issues/new')
})

0 comments on commit a6892ea

Please sign in to comment.