Update Autolinker library (Closes #337)

This commit is contained in:
RainLoop Team 2014-10-03 13:00:25 +04:00
parent 79ad7ccd0b
commit 0a95b79eb2
5 changed files with 580 additions and 274 deletions

View file

@ -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;
};