fixed share message
This commit is contained in:
parent
a3aa5b64cc
commit
1cda91e5da
1 changed files with 1 additions and 1 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 score of "+ score +" points in &url=http://hextris.github.io/hextris&button_hashtag=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