Actions
Feature #78132
closedAdd return value to JavaScript function linkTo_UnCryptMailto(s)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2016-10-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
The JavaScript function linkTo_UnCryptMailto(s) has no return value. It set the location.href to the uncrypted MailTo, but when I need to uncrypt a mail for other function, i have to call the function decryptString(encryptMailAdreess, offfset) whit the right offset. That's not very cool, when I will use my JavaScript, which uses uncrypted MailTo, because the offset changes from system to system.
It would be very cool, when we can call linkTo_UnCryptMailto(s) or a other function and get back the e-mail address as a plain string.
Actions