Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Websites
/
Haazen
Tarkkaile
2
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
1
Wiki
Toiminta
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commitit
2
Branchit
12 MiB
HTML
52.3%
CSS
47.3%
JavaScript
0.3%
Puu:
254faf6e15
master
new
v1.0
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '254faf6e15'
${ noResults }
Haazen
/
js
/
email.js
4 rivejä
101 B
Raaka
Blame
Historia
function
gen_mail_to_link
(
lhs
,
rhs
)
{
document
.
write
(
lhs
+
"@"
)
;
document
.
write
(
rhs
)
;
}