Remove unnecessary call to addCommentLink().
[Sone.git] / src / main / resources / static / javascript / sone.js
index 8be0282..3a84d9c 100644 (file)
@@ -493,7 +493,6 @@ function ajaxifyPost(postElement) {
        getTranslation("WebInterface.DefaultText.Reply", function(text) {
                $(postElement).find("input.reply-input").each(function() {
                        registerInputTextareaSwap(this, text, "text", false, false);
-                       addCommentLink(getPostId(postElement), postElement);
                });
        });