Merge pull request #92 from leereilly/dat-hashtag
Remove extra whitespace preceeding #hextris hashtag
This commit is contained in:
commit
fa7d791677
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ function showText(text) {
|
|||
}
|
||||
}
|
||||
}
|
||||
messages['gameover'] += "<div class='fltrt' id='tweetStuff'><a class='tweet' href='https://twitter.com/intent/tweet?text=Can you beat my &button_hashtag=hextris score of "+ score +" points on http://hextris.github.io/hextris?' data-lang='en' data-related='hextris:hextris'>Share Your Score on Twitter!!!</a></div>"
|
||||
messages['gameover'] += "<div class='fltrt' id='tweetStuff'><a class='tweet' href='https://twitter.com/intent/tweet?text=Can you beat my&button_hashtag=hextris score of "+ score +" points on http://hextris.github.io/hextris?' data-lang='en' data-related='hextris:hextris'>Share Your Score on Twitter!!!</a></div>"
|
||||
$("#overlay").html(messages[text]);
|
||||
$("#overlay").fadeIn("1000", "swing");
|
||||
|
||||
|
|
Loading…
Reference in a new issue