From 1ddcdae4213f08a8820c5d55c1c70236d86ad0e2 Mon Sep 17 00:00:00 2001
From: Gabriele Cirulli
Date: Mon, 10 Mar 2014 19:55:24 +0100
Subject: [PATCH] fix hashtag
---
index.html | 2 +-
js/html_actuator.js | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index bdba0e5..bdf5f87 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 fac7c82..2da738b 100644
--- a/js/html_actuator.js
+++ b/js/html_actuator.js
@@ -130,8 +130,8 @@ 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 " +
- "join numbers to score high!";
+ var text = "I scored " + this.score + " points at 2048, a game where you " +
+ "join numbers to score high! #2048game";
tweet.setAttribute("data-text", text);
return tweet;
--
GitLab