From c59927b378092f437896381698ebc8d4a4243492 Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Mon, 21 Dec 2009 23:49:18 -0500 Subject: Pushing --- static/pichat.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'static/pichat.js') diff --git a/static/pichat.js b/static/pichat.js index b12041c..87bca75 100755 --- a/static/pichat.js +++ b/static/pichat.js @@ -15,12 +15,7 @@ function escapeHtml(txt) { } function buildUserDiv(user) { -<<<<<<< HEAD:static/pichat.js - return '
' + escapeHtml(user) + '
'; -======= - var nick = escapeHtml(user); - return '
' + nick + '
'; ->>>>>>> 704efb06cd424de7411f198bc4c6ce6b99a9dcbe:static/pichat.js + return '
' + escapeHtml(user) + '
'; } // http://stackoverflow.com/questions/37684/replace-url-with-html-links-javascript -- cgit v1.2.3-70-g09d2