diff options
Diffstat (limited to 'theme/javascript/utils/sharing.js')
-rwxr-xr-x | theme/javascript/utils/sharing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/javascript/utils/sharing.js b/theme/javascript/utils/sharing.js index 0c9f88d..3599b27 100755 --- a/theme/javascript/utils/sharing.js +++ b/theme/javascript/utils/sharing.js @@ -18,7 +18,7 @@ define([ window.open("http://service.weibo.com/share/share.php?content=utf-8&url="+encodeURIComponent(url)+"&title="+encodeURIComponent(title)) }, "instapaper": function($el) { - window.open("http://www.instapaper.com/text?u="+encodeURIComponent(url)) + window.open("http://www.instapaper.com/text?u="+encodeURIComponent(url)); } }; |