We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a30b4 commit 2454ca9Copy full SHA for 2454ca9
js/graphgist.js
@@ -143,7 +143,7 @@ function GraphGist($) {
143
}
144
145
function formUrl(url, title, author, twitter) {
146
- return 'https://docs.google.com/a/neotechnology.com/forms/d/1HQG5x3g8ig3LTjWGM3G2X_zx9tgmN2ltH4AOBvXajwY/viewform?entry.718349727='
+ return 'https://docs.google.com/forms/d/1blgZoRZ6vLbpnqdJx3b5c4BkO_mgmD-hgdRQTMm7kc4/viewform?entry.718349727='
147
+ encodeURIComponent(url)
148
+ '&entry.1981612324='
149
+ encodeURIComponent(title.length > 18 ? title.substr(0, title.length - 18) : title)
0 commit comments