add hashtags on 2048
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ HTMLActuator.prototype.scoreTweetButton = function () {
|
||||
tweet.setAttribute("data-via", "gabrielecirulli");
|
||||
tweet.textContent = "Tweet";
|
||||
|
||||
var text = "I scored " + this.score + " points at 2048, a game where you " +
|
||||
var text = "I scored " + this.score + " points at #2048, a game where you " +
|
||||
"join numbers to score high!";
|
||||
tweet.setAttribute("data-text", text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user