fixed possible issue with share.js
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.3.0 (2012-12-14 08:24:13) rc2
|
||||
Version 2.3.0 (2012-12-14 09:16:41) rc2
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user