var=baseurl
This commit is contained in:
parent
00bf5aca90
commit
27d3bf068a
3 changed files with 3 additions and 2 deletions
|
@ -56,6 +56,7 @@
|
|||
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 url = baseurl
|
||||
console.log('Description:', description);
|
||||
|
||||
fetch(url, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue