aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/jot-header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index b06712407..ecf27e1b1 100644
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -218,7 +218,7 @@ function initEditor(cb){
$('#like-rotator-' + id).show();
reply = prompt("$term");
if(reply && reply.length) {
- reply.replace('#','');
+ reply = reply.replace('#','');
if(reply.length) {
$.get('tagger/' + id + '?term=' + reply, function(data) {
$('#like-rotator-' + id).hide();