Skip to content

Commit

Permalink
Added return to twitter function
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Jitkoff committed Jul 8, 2018
1 parent 7af47b5 commit b9f565c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,5 @@ function saveLink() {
function tweetLink() {
var url = "https://twitter.com/intent/tweet?url=" + encodeURIComponent(location.href);
window.open(url, '_blank');
return false;
}

0 comments on commit b9f565c

Please sign in to comment.