Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pateskinasy committed Jul 17, 2019
1 parent 5bd2fa1 commit 7608d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function injectQuote() {
document.getElementById('tweet-quote').href = "https://twitter.com/intent/tweet?text=" + subString;
} else {
//generate url available for Twitter intent and inject url on HTML
document.getElementById('tweet-quote').href = "https://twitter.com/intent/tweet?text=" + contentQuote;
document.getElementById('tweet-quote').href = "https://twitter.com/intent/tweet?text=" + contentQuote + related;
}
};

Expand Down

0 comments on commit 7608d03

Please sign in to comment.