diff --git a/js/html_actuator.js b/js/html_actuator.js index 015d47b69964181017e12dcab72dd2a6e8ed5495..81359a7685c4bdc8ce1babc76ba9e25d4a27f316 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 " +