mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
parent
0af6fbadaa
commit
6acba46339
10 changed files with 2424 additions and 258 deletions
|
|
@ -1593,7 +1593,10 @@
|
|||
'stripPrefix': false,
|
||||
'urls': true,
|
||||
'email': true,
|
||||
'twitter': false
|
||||
'twitter': false,
|
||||
'replaceFn': function (autolinker, match) {
|
||||
return !(autolinker && match && 'url' === match.getType() && match.matchedText && 0 !== match.matchedText.indexOf('http'));
|
||||
}
|
||||
});
|
||||
|
||||
return sHtml;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue