From c179e3da706fb1553d462caa2793f0e042a9c4b3 Mon Sep 17 00:00:00 2001 From: sostler Date: Sun, 8 Nov 2009 23:53:45 -0500 Subject: Added image links --- static/pichat.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/pichat.js b/static/pichat.js index b12c772..5567ea8 100755 --- a/static/pichat.js +++ b/static/pichat.js @@ -62,7 +62,9 @@ function buildMessageDiv(msg) { var match = URLRegex.exec(msg.content) if (match) { return '
' + msg.nick + ': ' - + '
'; + + '' + + ''; } else { return '
' + msg.nick + ": " + msg.content + "
"; -- cgit v1.2.3-70-g09d2