diff --git a/view/jot-header.tpl b/view/jot-header.tpl index b067124072..ecf27e1b17 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();