This website works better with JavaScript.
Home
Explore
Help
Sign In
Websites
/
Haazen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
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.
34
Commits
2
Branches
12 MiB
Tree:
ace50d8615
master
new
v1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ace50d8615'
${ noResults }
Haazen
/
js
/
email.js
3 lines
101 B
Raw
Normal View
History
First commit
6 years ago
function
gen_mail_to_link
(
lhs
,
rhs
)
{
document
.
write
(
lhs
+
"@"
)
;
document
.
write
(
rhs
)
;
}