Skip to content

Commit 64a30b4

Browse files
committed
Update form URL.
1 parent c328bbb commit 64a30b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/graphgist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function GraphGist($) {
143143
}
144144

145145
function formUrl(url, title, author, twitter) {
146-
return 'https://docs.google.com/a/neopersistence.com/forms/d/1BhtdunQd9QqLmIl01sK49curYY1dj2OPxXFgvf8HPAE/viewform?entry.718349727='
146+
return 'https://docs.google.com/a/neotechnology.com/forms/d/1HQG5x3g8ig3LTjWGM3G2X_zx9tgmN2ltH4AOBvXajwY/viewform?entry.718349727='
147147
+ encodeURIComponent(url)
148148
+ '&entry.1981612324='
149149
+ encodeURIComponent(title.length > 18 ? title.substr(0, title.length - 18) : title)

0 commit comments

Comments
 (0)