progress. implement chat toggling

This commit is contained in:
Ginger Wong
2020-06-13 20:15:31 -07:00
parent 9b2e4f40c9
commit eb223ed905
5 changed files with 274 additions and 49 deletions

View File

@@ -113,7 +113,7 @@ AutoLink.prototype = {
var text = this.options.removeHTTP ? removeHTTP(match) : match
return (
p1 +
'<a href="' +
'<a target="_blank" href="' +
match +
'"' +
this.attrs +