Revert "fix email bug"
This reverts commit 4beeacadbd1e6761ccf3b6888c3f29d67cf36034.
This commit is contained in:
parent
b4e01579e6
commit
3d1625b32a
@ -95,9 +95,8 @@ Build =
|
||||
else
|
||||
h_tripcode = ''
|
||||
|
||||
email_processed = encodeURIComponent(email).replace /%40/g, '@'
|
||||
if email
|
||||
h_emailStart = "<a href='mailto:#{E email_processed}' class='useremail'>"
|
||||
h_emailStart = "<a href='mailto:#{E encodeURIComponent(email)}' class='useremail'>"
|
||||
h_emailEnd = '</a>'
|
||||
else
|
||||
h_emailStart = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user