fixed possible issue with share.js

This commit is contained in:
mdipierro
2012-12-14 09:17:30 -06:00
parent fb93e83f96
commit 32d7efc55d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.3.0 (2012-12-14 08:24:13) rc2
Version 2.3.0 (2012-12-14 09:16:41) rc2
+1 -1
View File
@@ -16,7 +16,7 @@ jQuery(function(){
return match && decodeURIComponent(match[1].replace(/\+/g, ' '))||default_value;
}
var path = params('static','social');
var url = window.location.href;
var url = encodeURIComponent(window.location.href);
var host = window.location.hostname;
var title = escape(jQuery('title').text());
var twit = 'http://twitter.com/home?status='+title+'%20'+url;