forked from ilot/ilot-io
join: add ocuser to description
This commit is contained in:
parent
c585e74465
commit
987a666e4e
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,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
Reference in a new issue