Skip to content

Commit

Permalink
Exclude comment in send-tip section
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 30, 2016
1 parent e682de0 commit f9229d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,4 @@ 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')
})
2 changes: 1 addition & 1 deletion docpress.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

"disqus": {
"shortname": "mythbusters-js-org",
"exclude": "index|bibliography|resources"
"exclude": "index|bibliography|resources|tip"
}
}
1 change: 1 addition & 0 deletions send-tip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Send your tip!

0 comments on commit f9229d4

Please sign in to comment.