From af61d052cbe49951200118c16117e3f6c04b3e6b Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Fri, 14 Mar 2014 23:09:25 +0100 Subject: [PATCH] remove twitter uri --- js/html_actuator.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/html_actuator.js b/js/html_actuator.js index 015d47b..81359a7 100644 --- a/js/html_actuator.js +++ b/js/html_actuator.js @@ -156,7 +156,6 @@ HTMLActuator.prototype.scoreTweetButton = function () { tweet.classList.add("twitter-share-button"); tweet.setAttribute("href", "https://twitter.com/share"); tweet.setAttribute("data-via", "gabrielecirulli"); - tweet.setAttribute("data-url", "http://git.io/2048"); tweet.textContent = "Tweet"; var text = "I scored " + this.score + " points at 2048, a game where you " + -- GitLab