From 93a514a67c0560918469e367c1146e6bf0876030 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Tue, 4 May 2010 18:16:30 -0400 Subject: sostler prod commit --- static/js/pichat.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'static/js') diff --git a/static/js/pichat.js b/static/js/pichat.js index ab95c77..d8f71c6 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -182,7 +182,7 @@ function buildMessageDiv(msg, isLoading) { var loadingClass = isLoading ? ' loading' : ''; var containsImageClass = LastMsgContainsImage ? ' contains-image' : ''; return '
' - + '' + nick + '' + + '' + nick + '' + ' ' + '' + buildMsgContent(msg.content) @@ -192,12 +192,12 @@ function buildMessageDiv(msg, isLoading) { function buildUserDiv(user) { if (user.avatar) { return ''; } else { return ''; } @@ -207,7 +207,7 @@ function buildUserDiv(user) { function buildGrowlDataAndPopDatShit(msg) { var nick = escapeHtml(msg.nick); - nick = '' + nick + ':' + nick = '' + nick + ':' var msg = buildMsgContent(msg.content) growl(nick, msg) } @@ -489,7 +489,7 @@ function initProfile() { t.html(buildMsgContent(t.text())); }); initLogThumb() - if (window.location.href == 'http://dump.fm/u/scottbot') { + if (window.location.href == 'http://dump.fm/scottbot') { $('body').append($('')); } }; -- cgit v1.2.3-70-g09d2