This commit is contained in:
parent
874bef3467
commit
3218e7e684
3 changed files with 2 additions and 4 deletions
|
@ -149,7 +149,6 @@
|
|||
var ocuser = document.getElementById("oc-user").value;
|
||||
var ocuser = ocuser.replace (/^/,'OpenCollective Profile: ');
|
||||
var description = name + "%0A%0A" + aboutme + "%0A%0A" + howfound + "%0A%0A" + ocuser;
|
||||
var description = name + "%0A%0A" + aboutme + "%0A%0A" + howfound;
|
||||
var url = baseurl.concat("&title=", email, "&description=", description);
|
||||
console.log('Description:', description);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue