From 034acfa61c9f5667f11f43659c02eb9bae7e94f5 Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Tue, 4 Jan 2011 16:29:41 -0500 Subject: topic links open in new window --- static/js/pichat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/js/pichat.js b/static/js/pichat.js index 7c7dd0a..884e01f 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -139,7 +139,7 @@ function getImagesAsArray(text) { function topicReplace(text) { text = $.trim(text).toLowerCase(); var topicLabel = text.substring(1); - return ' ' + text + ' '; + return ' ' + text + ' '; } function recipientReplace(atText, recips) { -- cgit v1.2.3-70-g09d2