Skip to content
Snippets Groups Projects
Commit 8e82129e authored by deuce's avatar deuce
Browse files

Remove the leftovers.

parent 4fa3d1ab
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ function idx_to_user(fromidx)
function make_links(str) {
str=str.replace(/(?:http|https|ftp|telnet|gopher|irc|news)\:\/\/[\w\-\.]+\.[a-zA-Z]+(?::[\w]*)?(?:\/(?:[\w\-._\?\,\/\\\+&%\$#\=~\*]*))?[^,.\(\)\s]/gi,function(str) {
var ret='<a href="'+uristr+'" target="_blank">'+str+'</a>';
var ret='<a href="'+str+'" target="_blank">'+str+'</a>';
var m=str.match(/^(.*)(&gt;.*)$/,'');
if(m!=null)
var ret='<a href="'+m[1]+'" target="_blank">'+m[1]+'</a>'+m[2];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment