mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
Fix sharing to instapaper
This commit is contained in:
@@ -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));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user