From cd5579407b95a4dcc98ea6b67ab618b1120d56f7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Dec 2012 05:10:50 -0500 Subject: fix like in profile --- frontend/static/js/chat.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/static/js/chat.js b/frontend/static/js/chat.js index 2973188..bdcd4d8 100644 --- a/frontend/static/js/chat.js +++ b/frontend/static/js/chat.js @@ -100,7 +100,10 @@ var Chat = s += ''+ ''+ - '
like' + '
'; + if(id){ + s+='like'; + } } else if (word.indexOf("scannerjammer.com/profile") !== -1) { -- cgit v1.2.3-70-g09d2