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 7608d03 commit 4eb679d
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 @@ -23,7 +23,7 @@ function injectQuote() {
const lineBreak = "%0a";
const related = "&related=celue";
const via = "&via=morsewall";
const addOnHandle = " @celue";
const addOnHandle = " @celue ";
//truncating quote text in case full tweet gets to be over 280 characters
let contentQuote = quoteTextElem + quoteAuthorElem + lineBreak + via + addOnHandle;
if (contentQuote.length > 280) {
Expand Down

0 comments on commit 4eb679d

Please sign in to comment.