added @hextris
This commit is contained in:
parent
1ab5bdfdac
commit
946c6fef20
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,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 at&button_hashtag=hextris ? http://hextris.github.io/hextris' data-lang='en' data-related='hextris:hextris' target='_blank'>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 score of "+ score +" points at&button_hashtag=hextris ? http://hextris.github.io/hextris @hextris' data-lang='en' data-related='hextris:hextris' target='_blank'>Share Your Score on Twitter!!!</a></div>"
|
||||
$("#overlay").html(messages[text]);
|
||||
$("#overlay").fadeIn("1000", "swing");
|
||||
|
||||
|
|
Loading…
Reference in a new issue