Fix sharing to instapaper

This commit is contained in:
Samy Pessé
2014-08-10 13:42:12 -07:00
parent b4497029db
commit bcfcf3d979
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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));
}
};