From b71af089c56b283914665d3d7ea21cdf2f27c218 Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Mon, 10 Mar 2014 19:51:38 +0100 Subject: [PATCH] add hashtags on 2048 --- index.html | 2 +- js/html_actuator.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 38425eb..bdba0e5 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@ Created by Gabriele Cirulli. Based on 1024 by Veewo Studio.

- +
diff --git a/js/html_actuator.js b/js/html_actuator.js index a68d600..fac7c82 100644 --- a/js/html_actuator.js +++ b/js/html_actuator.js @@ -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); -- GitLab