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 c328bbb commit 64a30b4Copy full SHA for 64a30b4
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/neopersistence.com/forms/d/1BhtdunQd9QqLmIl01sK49curYY1dj2OPxXFgvf8HPAE/viewform?entry.718349727='
+ return 'https://docs.google.com/a/neotechnology.com/forms/d/1HQG5x3g8ig3LTjWGM3G2X_zx9tgmN2ltH4AOBvXajwY/viewform?entry.718349727='
147
+ encodeURIComponent(url)
148
+ '&entry.1981612324='
149
+ encodeURIComponent(title.length > 18 ? title.substr(0, title.length - 18) : title)
0 commit comments