mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Update Autolinker library (Closes #337)
This commit is contained in:
parent
79ad7ccd0b
commit
0a95b79eb2
5 changed files with 580 additions and 274 deletions
|
|
@ -1596,16 +1596,6 @@
|
|||
'twitter': false
|
||||
});
|
||||
|
||||
// if ($.fn && $.fn.linkify)
|
||||
// {
|
||||
// sHtml = Globals.$div.html(sHtml.replace(/&/ig, 'amp_amp_12345_amp_amp'))
|
||||
// .linkify()
|
||||
// .find('.linkified').removeClass('linkified').end()
|
||||
// .html()
|
||||
// .replace(/amp_amp_12345_amp_amp/g, '&')
|
||||
// ;
|
||||
// }
|
||||
|
||||
return sHtml;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue