Change how twitter link is built

pull/8/head
John Crepezzi 2011-11-29 12:06:49 -05:00
parent 8eb1b54615
commit 15bd62836b
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ haste.prototype.configureButtons = function() {
},
shortcutDescription: 'control + t',
action: function() {
window.open('https://twitter.com/share?url=' + encodeURI(_this.baseUrl + _this.doc.key));
window.open('https://twitter.com/share?url=' + encodeURI(window.location.href));
}
}
];