Skip to content

Commit

Permalink
Revert "fix default tweet text"
Browse files Browse the repository at this point in the history
This reverts commit bb64b27.
  • Loading branch information
2048-class committed Apr 8, 2014
1 parent 6d658cc commit 4f96e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/html_actuator.js
Expand Up @@ -172,7 +172,7 @@ HTMLActuator.prototype.scoreTweetButton = function () {
tweet.setAttribute("href", "https://twitter.com/share");
tweet.textContent = "Tweet";

var text = "" + this.score + " points in Udacity2048! http://ow.ly/vpoFS Code your own game in their 2 hour mini course http://ow.ly/vpaLY #2048game"
var text = "" + this.score + " points in Udacity2048! http://ow.ly/vpoFS Code your own game in their new mini course http://ow.ly/vpaLY #2048game"
tweet.setAttribute("data-text", text);

return tweet;
Expand Down

0 comments on commit 4f96e0f

Please sign in to comment.