summaryrefslogtreecommitdiffstats
path: root/theme/javascript/utils
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-08-10 13:42:12 -0700
committerSamy Pessé <samypesse@gmail.com>2014-08-11 07:36:52 -0700
commitbcfcf3d9792b6e6e3e27e250e6d2d64232e67f5a (patch)
treeac51cc070b64100faac0d9645989b4d2fd9ffd92 /theme/javascript/utils
parentb4497029dbc957e7c6762a2e7f01f06fc6578970 (diff)
downloadgitbook-bcfcf3d9792b6e6e3e27e250e6d2d64232e67f5a.zip
gitbook-bcfcf3d9792b6e6e3e27e250e6d2d64232e67f5a.tar.gz
gitbook-bcfcf3d9792b6e6e3e27e250e6d2d64232e67f5a.tar.bz2
Fix sharing to instapaper
Diffstat (limited to 'theme/javascript/utils')
-rwxr-xr-xtheme/javascript/utils/sharing.js2
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));
}
};