m
This commit is contained in:
parent
1855d0efd1
commit
eedb53e13e
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Thu Apr 3 19:47:55 UTC 2025
|
||||
Thu Apr 3 19:57:16 UTC 2025
|
||||
|
|
|
@ -1 +1 @@
|
|||
845a6d7c889608a1bab6bef84fb309155e51f753
|
||||
0991eb9069011b9342ee454580ee01f2bae11a25
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
var howfound = howfound.replace (/^/,'How I found ilot: ');
|
||||
var ocuser = document.getElementById("oc-user").value;
|
||||
var ocuser = ocuser.replace (/^/,'OpenCollective Profile: ');
|
||||
var description = name + "\n" + aboutme + "\n" + howfound + "\n" + ocuser;
|
||||
var description = name + "\n\n" + aboutme + "\n\n" + howfound + "\n\n" + ocuser;
|
||||
console.log('Description:', description);
|
||||
|
||||
fetch(url, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue